We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad5cf0c commit bbf83fbCopy full SHA for bbf83fb
README.rst
@@ -19,6 +19,8 @@ and add django_libsass.SassCompiler to your COMPRESS_PRECOMPILERS setting::
19
You can now use the content type text/x-scss on your stylesheets, and have them
20
compiled seamlessly into CSS::
21
22
+ {% load compress %}
23
+
24
{% compress css %}
25
<link rel="stylesheet" type="text/x-scss" href="{% static "myapp/css/main.scss" %}" />
26
{% endcompress %}
0 commit comments