@csstools/postcss-cascade-layers
Advanced tools
Comparing version 1.0.3 to 1.0.4
# Changes to PostCSS Cascade Layers | ||
### 1.0.3 (June 3, 2022) | ||
### 1.0.4 (June 23, 2022) | ||
- Fix selector order with any pseudo element. This plugin will no longer re-order selectors. | ||
### 1.0.3 (June 4, 2022) | ||
- Update `@csstools/selector-specificity` (major) | ||
@@ -6,0 +10,0 @@ |
{ | ||
"name": "@csstools/postcss-cascade-layers", | ||
"description": "Use cascade layers in CSS", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"contributors": [ | ||
@@ -53,6 +53,7 @@ { | ||
"peerDependencies": { | ||
"postcss": "^8.3" | ||
"postcss": "^8.2" | ||
}, | ||
"devDependencies": { | ||
"postcss-import": "^14.1.0" | ||
"postcss-import": "^14.1.0", | ||
"puppeteer": "^13.6.0" | ||
}, | ||
@@ -59,0 +60,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
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
36327
2
20
131