summaryrefslogtreecommitdiff
path: root/scss/grammar
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-082-23/+36
* Support -moz-calc and -webkit-calc, too. Fixes #348Eevee (Lexy Munroe)2016-06-082-4/+4
* "opacity" in IE filter nonsense should be case-insensitive, re #341Eevee (Lexy Munroe)2016-06-082-6/+6
* Stop using apply_vars on block arguments; use the parser instead.Eevee (Alex Munroe)2014-12-102-4/+37
* Add parser support for modulo expression.Wang Xuerui2014-11-012-7/+14
* Allow arbitrary expressions as map keys, beyond the first key. Fixes #306.Eevee (Alex Munroe)2014-10-172-4/+6
* Expression grammar compiled using frozensetsGerman M. Bravo2014-09-221-43/+43
* Scanner using frozensetsGerman M. Bravo2014-09-221-1/+1
* Grammar cleanups (removed spaces)German M. Bravo2014-09-221-2/+2
* Allow arbitrary expressions for alpha(opacity=...).Eevee (Alex Munroe)2014-09-082-4/+6
* Don't quote the contents of the IE alpha() function.Eevee (Alex Munroe)2014-09-052-2/+3
* Fix interactions between interpolation and function literals.Eevee (Alex Munroe)2014-09-042-2/+4
* Allow CSS escapes in barewords.Eevee (Alex Munroe)2014-09-042-4/+4
* Sass allows space after the ! in !important.Eevee (Alex Munroe)2014-09-042-4/+4
* Lots of fixes to gritty details of how Sass treats url().Eevee (Alex Munroe)2014-09-042-43/+115
* Learn to parse the IE alpha(opacity=100) syntax.Eevee (Alex Munroe)2014-09-032-28/+53
* Fix parsing of expression().Eevee (Alex Munroe)2014-09-022-7/+7
* Make scanner errors slightly more friendly to read.Eevee (Alex Munroe)2014-09-021-10/+6
* Fix a couple bugs with interpolation.Eevee (Alex Munroe)2014-09-013-9/+13
* Support CSS calc().Eevee (Alex Munroe)2014-08-292-29/+34
* Fix parsing of a lone interpolation.Eevee (Alex Munroe)2014-08-292-27/+47
* Understand (and correctly ignore) IE's expression() function.Eevee (Alex Munroe)2014-08-292-20/+74
* Ruby only treats escapes specially inside quoted strings.Eevee (Alex Munroe)2014-08-292-8/+8
* Fix most of the catastrophic fallout.Eevee (Alex Munroe)2014-08-292-93/+65
* So apparently the C scanner quietly fails if you feed it non-Unicode patterns.Eevee (Alex Munroe)2014-08-292-0/+8
* Several vast improvements to string parsing.Eevee (Alex Munroe)2014-08-293-70/+240
* Move ALL the parsing stuff under scss/grammar/.Eevee (Alex Munroe)2014-08-294-0/+906