We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2dc7e6 commit f9d8fa6Copy full SHA for f9d8fa6
package.json
@@ -35,9 +35,9 @@
35
},
36
"peerDependencies": {
37
"postcss": ">=4.x",
38
- "postcss-modules-extract-imports": ">=0.x",
39
- "postcss-modules-local-by-default": ">=0.x",
40
- "postcss-modules-scope": ">=0.x"
+ "postcss-modules-extract-imports": ">=0.x || ^1.0.0-beta",
+ "postcss-modules-local-by-default": ">=0.x || ^1.0.0-beta",
+ "postcss-modules-scope": ">=0.x || ^1.0.0-beta"
41
42
"scripts": {
43
"start": "esw -w .",
0 commit comments