summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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
168out/%.css: assets/css/%.scss $(CSS_SRC) | out 168out/%.css: assets/css/%.scss $(CSS_SRC) | out
169 $(info [SCSS] $< -> $@) 169 $(info [SCSS] $< -> $@)
170 170
171 sass --load-path=node_modules "$<" | ./node_modules/.bin/postcss --use autoprefixer --no-map -o "$@" 171 sass --load-path=node_modules "$<" | ./node_modules/.bin/postcss --use autoprefixer --use cssnano --no-map -o "$@"
172 172
173out/icons.svg: | out 173out/icons.svg: | out
174 $(info [ICON] $@) 174 $(info [ICON] $@)