mirror of
https://github.com/picocss/pico.git
synced 2025-05-08 08:31:04 -04:00
refactor: replace deprecated global functions to fix Sass warnings
This commit is contained in:
parent
0a77e6f335
commit
537e3aedc2
9 changed files with 65 additions and 39 deletions
|
@ -36,7 +36,7 @@
|
|||
"lint": "run-s \"lint:*\" --silent",
|
||||
"lint:prettier": "prettier --write --log-level silent 'scss/**/*.scss'",
|
||||
"lint:sort-scss": "postcss --config scss ./scss/**/*.scss --replace",
|
||||
"build:css": "sass --no-source-map --style expanded --no-error-css scss/:css/ --silence-deprecation=global-builtin",
|
||||
"build:css": "sass --no-source-map --style expanded --no-error-css scss/:css/",
|
||||
"build:themes": "node scripts/build-themes",
|
||||
"build:autoprefix": "postcss --config css --replace css/*.css !css/*.min.css",
|
||||
"build:minify": "cleancss -O1 --with-rebase --batch --batch-suffix .min css/*.css !css/*.min.css",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue