From 075c26da3efd1ce66f88610f8aad4540a13cd090 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Tue, 23 Aug 2022 11:29:38 +0200 Subject: Fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c591aca..df13e15 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 --use cssnano --no-map -o "$@" + sass --load-path=node_modules "$<" | ./node_modules/.bin/postcss --use autoprefixer --use postcss-csso --no-map -o "$@" out/icons.svg: | out $(info [ICON] $@) -- cgit v1.2.3-70-g09d2