##
# theme builds
#
# @file
# @version 0.1

css: static/css/style.scss
	sassc -I node_modules static/css/style.scss static/css/style.css

# end