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 2ab04af commit 5c04694Copy full SHA for 5c04694
package.json
@@ -43,7 +43,6 @@
43
"dependencies": {
44
"fancy-log": "^1.3.3",
45
"plugin-error": "^1.0.1",
46
- "postcss": "^8.0.0",
47
"postcss-load-config": "^2.0.0",
48
"vinyl-sourcemaps-apply": "^0.2.1"
49
},
@@ -56,5 +55,8 @@
56
55
"proxyquire": "^2.1.0",
57
"sinon": "^6.3.5",
58
"vinyl": "^2.2.0"
+ },
59
+ "peerDependencies": {
60
+ "postcss": "^8.0.0"
61
}
62
0 commit comments