feat: update gulp to compile using PostCSS

This commit is contained in:
Jonas Kuske 2019-05-07 01:43:58 +02:00
parent 1efce0e559
commit 11b0a7d3a5
3 changed files with 130 additions and 672 deletions

View file

@ -34,10 +34,11 @@
"gulp-flatten": "^0.4.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sizereport": "^1.2.1",
"gulp-sourcemaps": "^2.6.5",
"postcss-color-mod-function": "^3.0.3",
"postcss-css-variables": "^0.12.0",
"postcss-scss": "^2.0.0"
"postcss-import": "^12.0.1"
},
"browserslist": [
"defaults AND not android 4.4.3"