mirror of
https://github.com/kognise/water.css.git
synced 2025-12-06 06:44:58 +01:00
feat: update gulpfile to compile CSS variables
This commit is contained in:
parent
2f4c5fba5e
commit
413e189821
3 changed files with 139 additions and 52 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue