From e5a1819e79341977adc96e1467470f3aac8fd5e8 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 24 Apr 2021 10:41:35 +0200 Subject: Update --- scripts/build_sass.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build_sass.sh') diff --git a/scripts/build_sass.sh b/scripts/build_sass.sh index 725bdbf..3f5f768 100755 --- a/scripts/build_sass.sh +++ b/scripts/build_sass.sh @@ -3,4 +3,4 @@ source "site.defaults.conf" echo -e "\033[0;32m[COMPILE ]\033[0m ${ASSETS_DIR}css/style.scss -> ${OUTPUT_DIR}style.css" -sassc -t compressed ${ASSETS_DIR}css/style.scss > "${OUTPUT_DIR}style.css" +sassc -t compressed ${ASSETS_DIR}css/style.scss | ./node_modules/.bin/postcss --use autoprefixer --no-map > "${OUTPUT_DIR}style.css" -- cgit v1.2.3-54-g00ecf