Skip to content

Commit 62f88d2

Browse files
committed
build: silence Sass deprecation warnings for dependencies
1 parent 1d6e246 commit 62f88d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"build-vendors": "node build/vendors.mjs",
5555
"clean": "rimraf dist",
5656
"css": "npm-run-all --parallel css-compile* --sequential css-prefix css-minify*",
57-
"css-compile": "sass --style expanded --source-map --embed-sources --no-error-css --load-path=node_modules/ src/scss/:dist/css/",
57+
"css-compile": "sass --style expanded --source-map --embed-sources --no-error-css --quiet-deps --load-path=node_modules/ src/scss/:dist/css/",
5858
"css-lint": "npm-run-all --continue-on-error --parallel css-lint-*",
5959
"css-lint-stylelint": "stylelint \"**/*.{css,scss}\" --cache --cache-location .cache/.stylelintcache --rd",
6060
"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\"",

0 commit comments

Comments
 (0)