www.duckland.org/plugins/less/conf.py.sample
2019-05-20 16:48:56 -05:00

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 = []