[CLEAN] web: cleaned dropdown selection widget implementation: cleaned css and js...
[odoo/odoo.git] / addons / web / static / src / css / Makefile
1 all: *.css
2 %.css: %.sass
3         sass -t expanded --unix-newlines $< $@
4 watch:
5         sass -t expanded --unix-newlines --watch .:.