summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRocky Meza <rocky@fusionbox.com>2014-02-03 19:44:06 -0700
committerRocky Meza <rocky@fusionbox.com>2014-02-03 19:44:06 -0700
commita5b2129280c30490a80c07fec5dd805f7bf6b53f (patch)
tree9fc98a13f5154451d5356e618d64b38424817994
parent2d4b0c406ded6e2176b13f1a580e048b5a8fde95 (diff)
downloaddjango-pyscss-a5b2129280c30490a80c07fec5dd805f7bf6b53f.tar.gz
Added an example of how use with compressor.
-rw-r--r--README.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 6c8391d..0d23bb1 100644
--- a/README.rst
+++ b/README.rst
@@ -68,6 +68,12 @@ add it to your ``COMPRESS_PRECOMPILERS`` setting. ::
# ...
)
+Then you can just use SCSS like you would use CSS normally. ::
+
+ {% compress css %}
+ <link rel="stylesheet" type="text/x-scss" href="{% static 'css/styles.css' %}">
+ {% endcompress %}
+
Running the tests
=================