summaryrefslogtreecommitdiff
path: root/scss/legacy.py
diff options
context:
space:
mode:
authorEevee (Alex Munroe) <eevee.git@veekun.com>2014-08-27 17:14:53 -0700
committerEevee (Alex Munroe) <eevee.git@veekun.com>2014-08-27 17:14:53 -0700
commit6e37ec624601508cb07d797c8902974661e4ea83 (patch)
tree2b16b0e4de66c1be0bfe7fd990b1a3053f439a50 /scss/legacy.py
parent4f7ae70be4a9216ab094add37c4df2c93f4fc07f (diff)
downloadpyscss-6e37ec624601508cb07d797c8902974661e4ea83.tar.gz
Remove compiler's reliance on config.CONTROL_SCOPING.
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 8db2ee2..cd74895 100644
--- a/scss/legacy.py
+++ b/scss/legacy.py
@@ -137,6 +137,7 @@ class Scss(object):
output_style=output_style,
warn_unused_imports=self._scss_opts.get('warn_unused', False),
ignore_parse_errors=config.DEBUG,
+ loops_have_own_scopes=config.CONTROL_SCOPING,
super_selector=super_selector or self.super_selector,
)
# Gonna add the source files manually