odoo/addons/website_forum/static/src/css/Makefile

6 lines
150 B
Makefile

all: website_forum.css
%.css: %.sass
sass -t expanded --compass --unix-newlines $< $@
watch:
sass -t expanded --compass --unix-newlines --watch .:.