summaryrefslogtreecommitdiff
path: root/scss/legacy.py
diff options
context:
space:
mode:
authorEevee (Alex Munroe) <eevee.git@veekun.com>2014-08-27 16:37:27 -0700
committerEevee (Alex Munroe) <eevee.git@veekun.com>2014-08-27 16:37:27 -0700
commit71455cd63ba9e79018260294ff4ac1fa97de6b02 (patch)
treefd44bac6d7f43d95004d17858fe066104a571d74 /scss/legacy.py
parent2e17a2048bfeec2b824ccf8ee61230a3ac92d772 (diff)
downloadpyscss-71455cd63ba9e79018260294ff4ac1fa97de6b02.tar.gz
Remove compiler's reliance on config.DEBUG.
Diffstat (limited to 'scss/legacy.py')
-rw-r--r--scss/legacy.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/legacy.py b/scss/legacy.py
index c4fb984..8db2ee2 100644
--- a/scss/legacy.py
+++ b/scss/legacy.py
@@ -136,6 +136,7 @@ class Scss(object):
generate_source_map=self._scss_opts.get('debug_info', False),
output_style=output_style,
warn_unused_imports=self._scss_opts.get('warn_unused', False),
+ ignore_parse_errors=config.DEBUG,
super_selector=super_selector or self.super_selector,
)
# Gonna add the source files manually