summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 == '%':