Skip to content

Commit bbf83fb

Browse files
committed
add 'load compress' to code example
1 parent ad5cf0c commit bbf83fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ and add django_libsass.SassCompiler to your COMPRESS_PRECOMPILERS setting::
1919
You can now use the content type text/x-scss on your stylesheets, and have them
2020
compiled seamlessly into CSS::
2121

22+
{% load compress %}
23+
2224
{% compress css %}
2325
<link rel="stylesheet" type="text/x-scss" href="{% static "myapp/css/main.scss" %}" />
2426
{% endcompress %}

0 commit comments

Comments
 (0)