You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
TARGET_PATH = ../css-compiled
|
|
|
|
all: theme.min.css spectre.min.css
|
|
|
|
theme.min.css: theme.scss
|
|
sassc -t compressed $< $(TARGET_PATH)/$@
|
|
|
|
spectre.min.css: spectre.scss
|
|
sassc -t compressed $< $(TARGET_PATH)/$@
|