UNPKG

unnestcss

Version:
10 lines 338 B
export declare const nestSelector: (sl: string, parent?: string) => string; export declare const combineSelectors: (sl: string[], parent?: string[]) => string[]; export declare const combineAtRules: (...ats: { name: string; params: string; }[]) => { name: string; params: string; }[]; //# sourceMappingURL=combine.d.ts.map