@compiled/utils
Advanced tools
Comparing version 0.10.0 to 0.11.0
/** | ||
* Configuring the babel plugin with `increaseSpecificity: true` will result in this being appended to the end of generated classes. | ||
*/ | ||
export declare const INCREASE_SPECIFICITY_SELECTOR = ":not(#\\9)"; | ||
export declare const INCREASE_SPECIFICITY_SELECTOR = ":not(#\\#)"; |
@@ -7,3 +7,3 @@ "use strict"; | ||
*/ | ||
exports.INCREASE_SPECIFICITY_SELECTOR = ':not(#\\9)'; | ||
exports.INCREASE_SPECIFICITY_SELECTOR = ':not(#\\#)'; | ||
//# sourceMappingURL=increase-specificity.js.map |
{ | ||
"name": "@compiled/utils", | ||
"version": "0.10.0", | ||
"version": "0.11.0", | ||
"description": "A familiar and performant compile time CSS-in-JS library for React.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://compiledcssinjs.com", |
/** | ||
* Configuring the babel plugin with `increaseSpecificity: true` will result in this being appended to the end of generated classes. | ||
*/ | ||
export const INCREASE_SPECIFICITY_SELECTOR = ':not(#\\9)'; | ||
export const INCREASE_SPECIFICITY_SELECTOR = ':not(#\\#)'; |
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