From 86ce64d45fc94545846e86fe53f7d427fdb2ac82 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 3 Mar 2021 10:49:12 +0100 Subject: Remove unused components from CSS output --- scripts/build_sass.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/build_sass.sh b/scripts/build_sass.sh index 2f3d169..c65389e 100755 --- a/scripts/build_sass.sh +++ b/scripts/build_sass.sh @@ -4,3 +4,4 @@ source "site.defaults.conf" echo -e "\033[0;32m[COMPILE ]\033[0m ${ASSETS_DIR}css/style.scss -> ${OUTPUT_DIR}style.css" sassc ${ASSETS_DIR}css/style.scss | node_modules/.bin/csso > "${OUTPUT_DIR}style.css" +#sassc ${ASSETS_DIR}css/style.scss > "${OUTPUT_DIR}style.css" -- cgit v1.2.3-54-g00ecf