We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59e198b + f7330b9 commit e776db2Copy full SHA for e776db2
template.distillery/Makefile.style
@@ -71,7 +71,7 @@ ifeq ($(shell which sassc),)
71
[ -d $(SASSDIR) ] && \
72
SASS_PATH=$(SASS_PATH) sass --style compressed $(SASS_SRC) $@
73
else
74
- [ -d $(SASSDIR) ] &&
+ [ -d $(SASSDIR) ] && \
75
sassc -t compressed $(addprefix -I ,$(subst :, ,$(SASS_PATH))) $(SASS_SRC) $@
76
endif
77
$(POSTCSS) --use autoprefixer --replace $@
0 commit comments