odoo/addons/website_forum_doc/static/src/css/Makefile

6 lines
148 B
Makefile

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