.PHONY: style

all: style

# Main style for the website
style:
	sass --no-source-map --update zotonic-status.scss:../../lib/css/zotonic-status.css
