Skip to content

Commit 6515be0

Browse files
fix: css nesting support and @scope at-rule
1 parent 0751f7a commit 6515be0

File tree

8 files changed

+476
-46
lines changed

8 files changed

+476
-46
lines changed

package-lock.json

+65-43
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@
4747
},
4848
"dependencies": {
4949
"icss-utils": "^5.1.0",
50-
"postcss": "^8.4.31",
50+
"postcss": "^8.4.33",
5151
"postcss-modules-extract-imports": "^3.0.0",
52-
"postcss-modules-local-by-default": "^4.0.3",
53-
"postcss-modules-scope": "^3.1.0",
52+
"postcss-modules-local-by-default": "^4.0.4",
53+
"postcss-modules-scope": "^3.1.1",
5454
"postcss-modules-values": "^4.0.0",
5555
"postcss-value-parser": "^4.2.0",
5656
"semver": "^7.5.4"

0 commit comments

Comments
 (0)