Created
September 16, 2013 10:33
-
-
Save freshtonic/6579025 to your computer and use it in GitHub Desktop.
DRYed up version of the CSS transformations.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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