summaryrefslogtreecommitdiff
path: root/scss/grammar/expression.g
Commit message (Expand)AuthorAgeFilesLines
* if()'s arguments are evaluated lazily. Fixes #339Eevee (Lexy Munroe)2016-06-081-0/+5
* 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-2/+2
* Stop using apply_vars on block arguments; use the parser instead.Eevee (Alex Munroe)2014-12-101-1/+15
* Add parser support for modulo expression.Wang Xuerui2014-11-011-0/+2
* Allow arbitrary expressions as map keys, beyond the first key. Fixes #306.Eevee (Alex Munroe)2014-10-171-1/+2
* Grammar cleanups (removed spaces)German M. Bravo2014-09-221-2/+2
* 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/+2
* 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-19/+63
* Learn to parse the IE alpha(opacity=100) syntax.Eevee (Alex Munroe)2014-09-031-2/+9
* Fix parsing of expression().Eevee (Alex Munroe)2014-09-021-4/+4
* Fix a couple bugs with interpolation.Eevee (Alex Munroe)2014-09-011-5/+8
* Support CSS calc().Eevee (Alex Munroe)2014-08-291-3/+8
* Fix parsing of a lone interpolation.Eevee (Alex Munroe)2014-08-291-3/+10
* Understand (and correctly ignore) IE's expression() function.Eevee (Alex Munroe)2014-08-291-1/+23
* 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-27/+20
* 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-14/+93
* Move ALL the parsing stuff under scss/grammar/.Eevee (Alex Munroe)2014-08-291-0/+218