feat: update gulpfile to compile CSS variables

This commit is contained in:
Jonas Kuske 2019-05-06 00:24:42 +02:00
parent 2f4c5fba5e
commit 413e189821
3 changed files with 139 additions and 52 deletions

View file

@ -30,11 +30,14 @@
"cssnano": "^4.1.10",
"gulp": "^4.0.0",
"gulp-bytediff": "^1.0.0",
"gulp-filter": "^5.1.0",
"gulp-flatten": "^0.4.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-filter": "^5.1.0",
"gulp-rename": "^1.4.0"
"postcss-css-variables": "^0.12.0",
"postcss-scss": "^2.0.0"
},
"browserslist": [
"defaults AND not android 4.4.3"