summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>`_.