Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-npm-starter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-05-14 10:55:44 +0300
committerXhmikosR <xhmikosr@gmail.com>2021-08-31 21:38:40 +0300
commite40191aac791ce874296e93d6bd44634390e7294 (patch)
tree375ce1cfbdd11731ace82bb71d59410d53541599
parentc41cfa9481292243c94562d68431ed8a85d7d57c (diff)
sass: enable compressed output
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 59e7ac3..2c65b10 100644
--- a/package.json
+++ b/package.json
@@ -15,7 +15,7 @@
"homepage": "https://github.com/twbs/bootstrap-npm-starter#readme",
"scripts": {
"build": "npm run css",
- "css-compile": "sass --style expanded --source-map --embed-sources --no-error-css --load-path=node_modules scss/:assets/css/",
+ "css-compile": "sass --style compressed --source-map --embed-sources --no-error-css --load-path=node_modules scss/:assets/css/",
"css-lint": "stylelint scss/",
"css-prefix": "postcss --replace assets/css/starter.css --use autoprefixer --map",
"css-purge": "purgecss --keyframes --css assets/css/starter.css --content index.html \"node_modules/bootstrap/js/dist/{util,modal}.js\" --output assets/css/",