summaryrefslogtreecommitdiff
path: root/scss/legacy.py
diff options
context:
space:
mode:
authorEevee (Alex Munroe) <eevee.git@veekun.com>2014-08-27 17:20:38 -0700
committerEevee (Alex Munroe) <eevee.git@veekun.com>2014-08-27 17:20:38 -0700
commit99a5fbc99e72c04e4ca1e045e6a3e752d391aeea (patch)
treeed9a6145ed055a8cafb8aa4626b8ddbc597a5eaf /scss/legacy.py
parent6e37ec624601508cb07d797c8902974661e4ea83 (diff)
downloadpyscss-99a5fbc99e72c04e4ca1e045e6a3e752d391aeea.tar.gz
Remove calculator's reliance on config.FATAL_UNDEFINED.
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 cd74895..1b7da84 100644
--- a/scss/legacy.py
+++ b/scss/legacy.py
@@ -138,6 +138,7 @@ class Scss(object):
warn_unused_imports=self._scss_opts.get('warn_unused', False),
ignore_parse_errors=config.DEBUG,
loops_have_own_scopes=config.CONTROL_SCOPING,
+ undefined_variables_fatal=config.FATAL_UNDEFINED,
super_selector=super_selector or self.super_selector,
)
# Gonna add the source files manually