File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ module.exports = context => {
10
10
return {
11
11
map : context . file . dirname . includes ( 'examples' ) ? false : mapConfig ,
12
12
plugins : {
13
+ 'postcss-drop-empty-css-vars' : { } ,
13
14
autoprefixer : {
14
15
cascade : false
15
16
} ,
Original file line number Diff line number Diff line change 52
52
"lint" : " npm-run-all --aggregate-output --continue-on-error --parallel js-lint css-lint lockfile-lint" ,
53
53
"docs" : " npm-run-all docs-build docs-lint" ,
54
54
"docs-build" : " hugo --cleanDestinationDir --printUnusedTemplates" ,
55
- "docs-version" : " hugo version" ,
56
55
"docs-compile" : " npm run docs-build" ,
57
56
"docs-vnu" : " node build/vnu-jar.js" ,
58
57
"docs-lint" : " npm run docs-vnu" ,
127
126
"npm-run-all" : " ^4.1.5" ,
128
127
"postcss" : " ^8.4.23" ,
129
128
"postcss-cli" : " ^10.1.0" ,
129
+ "postcss-drop-empty-css-vars" : " ^0.0.0" ,
130
130
"rollup" : " ^3.21.1" ,
131
131
"rollup-plugin-istanbul" : " ^4.0.0" ,
132
132
"rtlcss" : " ^4.1.0" ,
You can’t perform that action at this time.
0 commit comments