6 lines
184 B
Text
6 lines
184 B
Text
# Compiler to process LESS files.
|
|
LESS_COMPILER = 'lessc'
|
|
|
|
# A list of options to pass to the LESS compiler.
|
|
# Final command is: LESS_COMPILER LESS_OPTIONS file.less
|
|
LESS_OPTIONS = []
|