We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae8cb6e commit 2060982Copy full SHA for 2060982
v7/less/conf.py.sample
@@ -0,0 +1,6 @@
1
+# Compiler to process LESS files.
2
+LESS_COMPILER = 'lessc'
3
+
4
+# A list of options to pass to the LESS compiler.
5
+# Final command is: LESS_COMPILER LESS_OPTIONS file.less
6
+LESS_OPTIONS = []
v7/sass/conf.py.sample
+# 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 = []
0 commit comments