Skip to content

Commit

Permalink
Merge pull request #683 from grazil/patch-1
Browse files Browse the repository at this point in the history
Fix SASS generation in Makefile.style
  • Loading branch information
balat authored Sep 28, 2024
2 parents 59e198b + f7330b9 commit e776db2
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 e776db2

Please sign in to comment.