summaryrefslogtreecommitdiff
path: root/scss/ast.py
Commit message (Expand)AuthorAgeFilesLines
* URLs with quotes should produce Url, not Function. Fixes #312.Eevee (Alex Munroe)2014-11-121-1/+9
* Allow arbitrary expressions for alpha(opacity=...).Eevee (Alex Munroe)2014-09-081-0/+17
* Fix interactions between interpolation and function literals.Eevee (Alex Munroe)2014-09-041-2/+33
* Allow CSS escapes in barewords.Eevee (Alex Munroe)2014-09-041-4/+4
* Lots of fixes to gritty details of how Sass treats url().Eevee (Alex Munroe)2014-09-041-4/+34
* Fix a couple bugs with interpolation.Eevee (Alex Munroe)2014-09-011-20/+2
* Preserve the order of slurpy kwargs. Fix a heisentest.Eevee (Alex Munroe)2014-08-311-1/+7
* Understand (and correctly ignore) IE's expression() function.Eevee (Alex Munroe)2014-08-291-5/+6
* Several vast improvements to string parsing.Eevee (Alex Munroe)2014-08-291-0/+60
* Break the AST and grammar into their own modules.Eevee (Alex Munroe)2014-08-291-0/+399