site_fursona_refs/sass/Makefile

14 lines
356 B
Makefile

SASSS := $(shell find . -type f | grep -E "\.sass$$" | cut -c 3- | rev | cut -c 6- | rev | sed -e "s/$$/.css/" | tee styles.txt)
sasss: $(SASSS)
@echo -ne
%.css: %.sass _material-colors.scss
sassc $< > $@
%.sass:
@touch $@
_material-colors.scss:
wget https://raw.githubusercontent.com/funkybunch/SASS-Material-Palette/master/_material-colors.scss