6 lines
187 B
Text
6 lines
187 B
Text
# Compiler to process Sass files.
|
|
SASS_COMPILER = 'sass'
|
|
|
|
# A list of options to pass to the Sass compiler.
|
|
# Final command is: SASS_COMPILER SASS_OPTIONS file.s(a|c)ss
|
|
SASS_OPTIONS = []
|