summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEevee (Alex Munroe) <eevee.git@veekun.com>2013-08-21 19:19:25 -0700
committerEevee (Alex Munroe) <eevee.git@veekun.com>2013-08-21 19:19:25 -0700
commit5a3d657e6c04551f28e4d8171343cf29288f5282 (patch)
treee771809c19fa3b299f0c3208fced9655db1b3d74
parente90e128c8bad11ed3b461644a798a05592302f81 (diff)
downloadpyscss-5a3d657e6c04551f28e4d8171343cf29288f5282.tar.gz
Learn a bit less eagerly about "to".
-rw-r--r--scss/functions/compass/helpers.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/functions/compass/helpers.py b/scss/functions/compass/helpers.py
index 0ba2f18..c1de01f 100644
--- a/scss/functions/compass/helpers.py
+++ b/scss/functions/compass/helpers.py
@@ -401,6 +401,7 @@ def _position(opposite, positions):
elif pos_value == 'to':
# Gradient syntax keyword; leave alone
ret.append(pos)
+ continue
elif isinstance(pos, Number):
if pos.unit == '%':