summaryrefslogtreecommitdiff
path: root/scss/grammar/expression.py
Commit message (Expand)AuthorAgeFilesLines
* fix error: global flags not at the start of the expression at position 1tst2022-11-031-1/+1
* if()'s arguments are evaluated lazily. Fixes #339Eevee (Lexy Munroe)2016-06-081-23/+31
* Support -moz-calc and -webkit-calc, too. Fixes #348Eevee (Lexy Munroe)2016-06-081-2/+2
* "opacity" in IE filter nonsense should be case-insensitive, re #341Eevee (Lexy Munroe)2016-06-081-4/+4
* Stop using apply_vars on block arguments; use the parser instead.Eevee (Alex Munroe)2014-12-101-3/+22
* Add parser support for modulo expression.Wang Xuerui2014-11-011-7/+12
* Allow arbitrary expressions as map keys, beyond the first key. Fixes #306.Eevee (Alex Munroe)2014-10-171-3/+4
* Expression grammar compiled using frozensetsGerman M. Bravo2014-09-221-43/+43
* Allow arbitrary expressions for alpha(opacity=...).Eevee (Alex Munroe)2014-09-081-2/+3
* Don't quote the contents of the IE alpha() function.Eevee (Alex Munroe)2014-09-051-1/+1
* Fix interactions between interpolation and function literals.Eevee (Alex Munroe)2014-09-041-1/+2
* Allow CSS escapes in barewords.Eevee (Alex Munroe)2014-09-041-2/+2
* Sass allows space after the ! in !important.Eevee (Alex Munroe)2014-09-041-2/+2
* Lots of fixes to gritty details of how Sass treats url().Eevee (Alex Munroe)2014-09-041-24/+52
* Learn to parse the IE alpha(opacity=100) syntax.Eevee (Alex Munroe)2014-09-031-26/+44
* Fix parsing of expression().Eevee (Alex Munroe)2014-09-021-3/+3
* Fix a couple bugs with interpolation.Eevee (Alex Munroe)2014-09-011-4/+2
* Support CSS calc().Eevee (Alex Munroe)2014-08-291-26/+26
* Fix parsing of a lone interpolation.Eevee (Alex Munroe)2014-08-291-24/+37
* Understand (and correctly ignore) IE's expression() function.Eevee (Alex Munroe)2014-08-291-19/+51
* Ruby only treats escapes specially inside quoted strings.Eevee (Alex Munroe)2014-08-291-4/+4
* Fix most of the catastrophic fallout.Eevee (Alex Munroe)2014-08-291-66/+45
* So apparently the C scanner quietly fails if you feed it non-Unicode patterns.Eevee (Alex Munroe)2014-08-291-0/+4
* Several vast improvements to string parsing.Eevee (Alex Munroe)2014-08-291-49/+130
* Move ALL the parsing stuff under scss/grammar/.Eevee (Alex Munroe)2014-08-291-0/+405