mirror of
https://github.com/picocss/pico.git
synced 2025-05-09 08:55:00 -04:00
chore: load path for @picocss/colors
This commit is contained in:
parent
0e8a302cd6
commit
38e42399d5
5 changed files with 5 additions and 5 deletions
|
@ -34,7 +34,7 @@
|
|||
"lint": "run-s \"lint:*\" --silent",
|
||||
"lint:prettier": "prettier --write --loglevel silent 'scss/**/*.scss'",
|
||||
"lint:sort-scss": "postcss --config scss ./scss/**/*.scss --replace",
|
||||
"build:css": "sass --style expanded --source-map --embed-sources --no-error-css scss/:css/",
|
||||
"build:css": "sass --load-path=node_modules/@picocss/colors/scss --style expanded --source-map --embed-sources --no-error-css scss/:css/",
|
||||
"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",
|
||||
"prelint": "echo '[@picocss/pico] ✨ Lint'",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue