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 55ec938..8846a3e 100644
--- a/Makefile
+++ b/Makefile
@@ -123,7 +123,7 @@ out/%.woff2: assets/fonts/%.ttf assets/fonts/glyphs.txt | out
123out/%.css: assets/css/%.scss $(CSS_SRC) | out 123out/%.css: assets/css/%.scss $(CSS_SRC) | out
124 $(info [SCSS] $< -> $@) 124 $(info [SCSS] $< -> $@)
125 125
126 sassc -t compressed "$<" | ./node_modules/.bin/postcss --use postcss-csso autoprefixer --no-map > "$@" 126 sass "$<" | ./node_modules/.bin/postcss --use postcss-csso autoprefixer --no-map > "$@"
127 127
128.cache/meta: | .cache 128.cache/meta: | .cache
129 mkdir -p .cache/meta 129 mkdir -p .cache/meta