@stylable/core
Advanced tools
Comparing version 4.9.1 to 4.9.2
{ | ||
"name": "@stylable/core", | ||
"version": "4.9.1", | ||
"version": "4.9.2", | ||
"description": "CSS for Components", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -16,5 +16,5 @@ import postcss, { ProcessOptions, Root, parse as cssParse } from 'postcss'; | ||
export function safeParse(css: string, options: ProcessOptions = { from: 'style.css' }): Root { | ||
return safeParser(css, options) as Root; | ||
return safeParser(css, options); | ||
} | ||
export { cssParse }; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
943226