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 ef459ed commit dd57354Copy full SHA for dd57354
package.json
@@ -46,7 +46,7 @@
46
"jade": "^1.11.0",
47
"jest": "^20.0.4",
48
"node-sass": "^4.10.0",
49
- "postcss-custom-properties": "^9.0.2",
+ "postcss-css-variables": "^0.13.0",
50
"pug": "^2.0.0-rc.3",
51
"stylus": "^0.54.5",
52
"typescript": "^2.5.2",
postcss.config.js
@@ -1,6 +1,6 @@
1
module.exports = {
2
plugins: {
3
- 'postcss-custom-properties': {},
+ 'postcss-css-variables': {},
4
'postcss-nested': {}
5
}
6
0 commit comments