Skip to content

Commit

Permalink
build: silence Sass deprecation warnings for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mrholek committed Sep 25, 2024
1 parent 1d6e246 commit 62f88d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"build-vendors": "node build/vendors.mjs",
"clean": "rimraf dist",
"css": "npm-run-all --parallel css-compile* --sequential css-prefix css-minify*",
"css-compile": "sass --style expanded --source-map --embed-sources --no-error-css --load-path=node_modules/ src/scss/:dist/css/",
"css-compile": "sass --style expanded --source-map --embed-sources --no-error-css --quiet-deps --load-path=node_modules/ src/scss/:dist/css/",
"css-lint": "npm-run-all --continue-on-error --parallel css-lint-*",
"css-lint-stylelint": "stylelint \"**/*.{css,scss}\" --cache --cache-location .cache/.stylelintcache --rd",
"css-minify": "cleancss -O1 --format breakWith=lf --with-rebase --source-map --source-map-inline-sources --output dist/css/ --batch --batch-suffix \".min\" \"dist/css/*.css\" \"!dist/css/*.min.css\" \"!dist/css/*rtl*.css\"",
Expand Down

0 comments on commit 62f88d2

Please sign in to comment.