From 1cc378677ffc697de4027148b1454d0d7df54d65 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Tue, 23 Aug 2022 11:23:41 +0200 Subject: Optimize CSS output --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9e389b3..c591aca 100644 --- a/Makefile +++ b/Makefile @@ -168,7 +168,7 @@ out/%.woff2: assets/fonts/%.ttf assets/fonts/glyphs.txt | out out/%.css: assets/css/%.scss $(CSS_SRC) | out $(info [SCSS] $< -> $@) - sass --load-path=node_modules "$<" | ./node_modules/.bin/postcss --use autoprefixer --no-map -o "$@" + sass --load-path=node_modules "$<" | ./node_modules/.bin/postcss --use autoprefixer --use cssnano --no-map -o "$@" out/icons.svg: | out $(info [ICON] $@) -- cgit v1.2.3-54-g00ecf