UNPKG

@stylable/core

Version:

CSS for Components

5 lines 303 B
import postcss from 'postcss'; import { CSSObject } from './types'; export declare function cssObjectToAst(cssObject: CSSObject, sourceFile?: string): postcss.LazyResult; export declare function safeParse(css: string, options?: postcss.ProcessOptions): postcss.Root; //# sourceMappingURL=parser.d.ts.map