aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-09-23 11:13:24 +0300
committerXhmikosR <[email protected]>2020-10-29 15:34:41 +0200
commitc31aef49d91e1eabea99ec24c6002a138420aaa9 (patch)
tree1c3400e5b4cd70ca9123c0faaaa4ae3c7a70df2d /package.json
parent94d7f6e5a9b12596de3f1729cb9aa004377342f3 (diff)
downloadbootstrap-c31aef49d91e1eabea99ec24c6002a138420aaa9.tar.xz
bootstrap-c31aef49d91e1eabea99ec24c6002a138420aaa9.zip
Switch to dart-sass
node-sass is now deprecated
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 5a0763e05..e262a270f 100644
--- a/package.json
+++ b/package.json
@@ -21,7 +21,7 @@
"start": "npm-run-all --parallel watch docs-serve",
"bundlewatch": "bundlewatch --config .bundlewatch.config.json",
"css": "npm-run-all css-compile css-prefix css-minify",
- "css-compile": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/ -o dist/css/",
+ "css-compile": "sass --style expanded --source-map --embed-sources --no-error-css 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",
"css-lint-vars": "fusv scss/ site/assets/scss/",
@@ -123,7 +123,6 @@
"karma-rollup-preprocessor": "^7.0.5",
"linkinator": "^2.2.0",
"lockfile-lint": "^4.3.7",
- "node-sass": "^4.14.1",
"nodemon": "^2.0.6",
"npm-run-all": "^4.1.5",
"popper.js": "^1.16.1",
@@ -131,6 +130,7 @@
"postcss-cli": "^8.1.0",
"rollup": "^2.32.1",
"rollup-plugin-istanbul": "^2.0.1",
+ "sass": "^1.27.1",
"shelljs": "^0.8.4",
"sirv-cli": "^1.0.8",
"stylelint": "^13.7.2",