Skip to content

Commit dd57354

Browse files
author
vasia
committed
fix plugins
1 parent ef459ed commit dd57354

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"jade": "^1.11.0",
4747
"jest": "^20.0.4",
4848
"node-sass": "^4.10.0",
49-
"postcss-custom-properties": "^9.0.2",
49+
"postcss-css-variables": "^0.13.0",
5050
"pug": "^2.0.0-rc.3",
5151
"stylus": "^0.54.5",
5252
"typescript": "^2.5.2",

postcss.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
plugins: {
3-
'postcss-custom-properties': {},
3+
'postcss-css-variables': {},
44
'postcss-nested': {}
55
}
66
}

0 commit comments

Comments
 (0)