Skip to content

Commit e776db2

Browse files
authored
Merge pull request #683 from grazil/patch-1
Fix SASS generation in Makefile.style
2 parents 59e198b + f7330b9 commit e776db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template.distillery/Makefile.style

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ ifeq ($(shell which sassc),)
7171
[ -d $(SASSDIR) ] && \
7272
SASS_PATH=$(SASS_PATH) sass --style compressed $(SASS_SRC) $@
7373
else
74-
[ -d $(SASSDIR) ] &&
74+
[ -d $(SASSDIR) ] && \
7575
sassc -t compressed $(addprefix -I ,$(subst :, ,$(SASS_PATH))) $(SASS_SRC) $@
7676
endif
7777
$(POSTCSS) --use autoprefixer --replace $@

0 commit comments

Comments
 (0)