summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2022-08-23 11:29:38 +0200
committerVolpeon <git@volpeon.ink>2022-08-23 11:29:38 +0200
commit075c26da3efd1ce66f88610f8aad4540a13cd090 (patch)
tree3752b8647e86ebc3c0b26927c1ed01b01daa1362 /Makefile
parentOptimize CSS output (diff)
downloadvolpeon.ink-075c26da3efd1ce66f88610f8aad4540a13cd090.tar.gz
volpeon.ink-075c26da3efd1ce66f88610f8aad4540a13cd090.tar.bz2
volpeon.ink-075c26da3efd1ce66f88610f8aad4540a13cd090.zip
Fix
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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
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 --use cssnano --no-map -o "$@" 171 sass --load-path=node_modules "$<" | ./node_modules/.bin/postcss --use autoprefixer --use postcss-csso --no-map -o "$@"
172 172
173out/icons.svg: | out 173out/icons.svg: | out
174 $(info [ICON] $@) 174 $(info [ICON] $@)