@stylable/core
Advanced tools
Comparing version 3.11.7 to 3.11.8
import { ProcessOptions, Root } from 'postcss'; | ||
import { CSSObject } from './types'; | ||
export declare function cssObjectToAst(cssObject: CSSObject, sourceFile?: string): import("postcss/lib/lazy-result").default; | ||
export declare function cssObjectToAst(cssObject: CSSObject, sourceFile?: string): import("postcss").LazyResult; | ||
export declare type CssParser = typeof safeParse; | ||
export declare function safeParse(css: string, options?: ProcessOptions): Root; | ||
//# sourceMappingURL=parser.d.ts.map |
{ | ||
"name": "@stylable/core", | ||
"version": "3.11.7", | ||
"version": "3.11.8", | ||
"description": "CSS for Components", | ||
@@ -23,3 +23,3 @@ "main": "./cjs/index.js", | ||
"murmurhash": "^1.0.0", | ||
"postcss": "^8.1.9", | ||
"postcss": "^8.1.10", | ||
"postcss-js": "^3.0.3", | ||
@@ -26,0 +26,0 @@ "postcss-nested": "^5.0.1", |
Sorry, the diff of this file is not supported yet
713237
Updatedpostcss@^8.1.10