Skip to content

Instantly share code, notes, and snippets.

@freshtonic
Created September 16, 2013 10:33
Show Gist options
  • Save freshtonic/6579025 to your computer and use it in GitHub Desktop.
Save freshtonic/6579025 to your computer and use it in GitHub Desktop.
DRYed up version of the CSS transformations.
# The final CSS files
$(DIST)/stylesheets/%.css: $(SASS)/%.scss
$(BIN)/node-sass $< $@
$(BIN)/autoprefixer --browsers $(AUTOPREFIXER_BROWSERS) $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment