Skip to content

Commit c63acf7

Browse files
PostCSS Cascade Layers 1.0.1
1 parent 3951989 commit c63acf7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/postcss-cascade-layers/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changes to PostCSS Cascade Layers
22

3-
### Unreleased
3+
### 1.0.1 (May 17, 2022)
44

55
- Process CSS after most other plugins to ensure correct analysis and transformation of sugary CSS.
66
- Fix selector order with `:before` and other pseudo elements.

plugins/postcss-cascade-layers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@csstools/postcss-cascade-layers",
33
"description": "Use cascade layers in CSS",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"contributors": [
66
{
77
"name": "Olu Niyi-Awosusi",

0 commit comments

Comments
 (0)