Skip to content

Commit a5b2129

Browse files
author
Rocky Meza
committed
Added an example of how use with compressor.
1 parent 2d4b0c4 commit a5b2129

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ add it to your ``COMPRESS_PRECOMPILERS`` setting. ::
6868
# ...
6969
)
7070

71+
Then you can just use SCSS like you would use CSS normally. ::
72+
73+
{% compress css %}
74+
<link rel="stylesheet" type="text/x-scss" href="{% static 'css/styles.css' %}">
75+
{% endcompress %}
76+
7177

7278
Running the tests
7379
=================

0 commit comments

Comments
 (0)