summaryrefslogtreecommitdiff
path: root/scss/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'scss/__init__.py')
-rw-r--r--scss/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/__init__.py b/scss/__init__.py
index fc5b440..266a792 100644
--- a/scss/__init__.py
+++ b/scss/__init__.py
@@ -1081,6 +1081,7 @@ class Scss(object):
return
if frm > through:
+ # DEVIATION: allow reversed '@for .. from .. through' (same as enumerate() and range())
frm, through = through, frm
rev = reversed
else: