summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNolan Stover <nstover@fusionbox.com>2015-07-24 10:21:18 -0600
committerNolan Stover <nstover@fusionbox.com>2015-07-24 10:21:18 -0600
commit091c1009a8aa04b9331be77029b46a4f65541129 (patch)
tree7ecf3d7aeec1781fda64bc9a28588ec6547f87cc
parent1d55c2aa212a4a522cda7248fc8c5fae2e120cc8 (diff)
downloaddjango-pyscss-debug_namespace.tar.gz
Update READMEdebug_namespace
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index ab5f06c..9a8cf26 100644
--- a/README.rst
+++ b/README.rst
@@ -103,8 +103,8 @@ You can then use the ``$debug`` variable anywhere in your SCSS files.:
visibility: if($debug, visible, hidden);
}
-Note that you should omit anything you are not comfortable with people seeing in your html and
-compiled stylesheets, as debug-specific rules and declarations will still be viewable in them.
+Note that you should still omit anything you are not comfortable with people seeing in your
+markup and compiled stylesheets, as that content will still be available in the HTML.
For a list of options that ``DjangoScssCompiler`` accepts, please see the
pyScss `API documentation <http://pyscss.readthedocs.org/en/latest/python-api.html#new-api>`_.