summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEevee (Alex Munroe) <eevee.git@veekun.com>2014-09-08 17:59:34 -0700
committerEevee (Alex Munroe) <eevee.git@veekun.com>2014-09-08 17:59:34 -0700
commitecbd1f02e4c7a44dbfc2900f6eb3ddb41d60ae35 (patch)
tree4883ece0f7f9fc8d8c795bc329a86a0f3176c2fc
parentbbe1908512f3cc6de4f2af77f47a7da0cf06d938 (diff)
downloadpyscss-ecbd1f02e4c7a44dbfc2900f6eb3ddb41d60ae35.tar.gz
Stop doing textual interpolation on argspecs before parsing them.
-rw-r--r--scss/compiler.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/compiler.py b/scss/compiler.py
index 5ecd7f3..258a54b 100644
--- a/scss/compiler.py
+++ b/scss/compiler.py
@@ -568,7 +568,6 @@ class Compilation(object):
# Whoops, no parens at all. That's like calling with no arguments.
argstr = ''
- argstr = calculator.do_glob_math(argstr)
argspec_node = calculator.parse_expression(argstr, target='goal_argspec')
return funct, argspec_node