Skip to content

Instantly share code, notes, and snippets.

@mig-hub
Created September 6, 2020 08:26
Show Gist options
  • Save mig-hub/bf786670ba075f3b36365e7eebc79836 to your computer and use it in GitHub Desktop.
Save mig-hub/bf786670ba075f3b36365e7eebc79836 to your computer and use it in GitHub Desktop.
$(CSS_DIR)/%.css: $(SCSS_DIR)/%.scss $(SCSS_INCLUDES_DIR)/_*.scss
sass --load-path=$(SCSS_INCLUDES_DIR) --style=compressed --scss $< $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment