Skip to content

Instantly share code, notes, and snippets.

@ryanfb
Forked from leedo/gist:550187
Created August 25, 2010 20:33
Show Gist options
  • Save ryanfb/550235 to your computer and use it in GitHub Desktop.
Save ryanfb/550235 to your computer and use it in GitHub Desktop.
$(BUILD)/alice-%.css: $(CSS_SOURCE)/color/%.scss
cat $< $(ALICE_SCSS) | sass --scss -s $@
COLORFILES := $(foreach dir,$(CSS_SOURCE)/color,$(wildcard $(dir)/*.scss))
CSSFILES := $(addprefix $(BUILD)/alice-,$(notdir $(COLORFILES:.scss=.css)))
stylesheets: $(CSSFILES)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment