Skip to content

Commit fc6f1b3

Browse files
fix: do not break selector with escaping
1 parent 2293eb0 commit fc6f1b3

File tree

4 files changed

+78
-193
lines changed

4 files changed

+78
-193
lines changed

package-lock.json

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

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
"lodash": "^4.17.11",
4848
"postcss": "^7.0.6",
4949
"postcss-modules-extract-imports": "^2.0.0",
50-
"postcss-modules-local-by-default": "^2.0.3",
51-
"postcss-modules-scope": "^2.0.0",
50+
"postcss-modules-local-by-default": "https://github.com/css-modules/postcss-modules-local-by-default",
51+
"postcss-modules-scope": "https://github.com/css-modules/postcss-modules-scope",
5252
"postcss-modules-values": "^2.0.0",
5353
"postcss-value-parser": "^3.3.0",
5454
"schema-utils": "^1.0.0"

0 commit comments

Comments
 (0)