@stylable/core
Advanced tools
Comparing version 5.6.0 to 5.6.1
@@ -9,3 +9,3 @@ export { safeParse } from './parser'; | ||
export { cssParse } from './parser'; | ||
export type { OptimizeConfig, IStylableOptimizer } from './types'; | ||
export type { OptimizeConfig, IStylableOptimizer, ModuleResolver } from './types'; | ||
export { nativePseudoClasses, nativePseudoElements, knownPseudoClassesWithNestedSelectors, } from './native-reserved-lists'; | ||
@@ -12,0 +12,0 @@ export { isAsset, makeAbsolute, isRelativeNativeCss, fixRelativeUrls } from './stylable-assets'; |
{ | ||
"name": "@stylable/core", | ||
"version": "5.6.0", | ||
"version": "5.6.1", | ||
"description": "CSS for Components", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -16,3 +16,3 @@ export { safeParse } from './parser'; | ||
export { cssParse } from './parser'; | ||
export type { OptimizeConfig, IStylableOptimizer } from './types'; | ||
export type { OptimizeConfig, IStylableOptimizer, ModuleResolver } from './types'; | ||
export { | ||
@@ -19,0 +19,0 @@ nativePseudoClasses, |
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
1216036