Skip to content

Commit

Permalink
Fix SASS generation in Makefile.style
Browse files Browse the repository at this point in the history
  • Loading branch information
grazil authored Sep 23, 2024
1 parent 59e198b commit f7330b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.distillery/Makefile.style
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ ifeq ($(shell which sassc),)
[ -d $(SASSDIR) ] && \
SASS_PATH=$(SASS_PATH) sass --style compressed $(SASS_SRC) $@
else
[ -d $(SASSDIR) ] &&
[ -d $(SASSDIR) ] && \
sassc -t compressed $(addprefix -I ,$(subst :, ,$(SASS_PATH))) $(SASS_SRC) $@
endif
$(POSTCSS) --use autoprefixer --replace $@
Expand Down

0 comments on commit f7330b9

Please sign in to comment.