aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
blob: 43cd01853a8372f8e30010802d876e03648fa2fc (plain)
1
2
3
4
5
6
7
8
9
10
##
# theme builds
#
# @file
# @version 0.1

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

# end