summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Quick test for nested scopes.Eevee (Alex Munroe)2013-08-012-0/+19
* Fix variable scoping to match Sass.Eevee (Alex Munroe)2013-08-012-120/+41
* Make linear-gradient work more better! Now compiles Bootstrap.Eevee (Alex Munroe)2013-08-012-20/+21
* Recognize from() and to(), the ancient WebKit gradient functions.Eevee (Alex Munroe)2013-08-011-0/+1
* Better support for `transparent`, including on output.Eevee (Alex Munroe)2013-08-013-149/+152
* Update CHANGELOG.Eevee (Alex Munroe)2013-08-011-3/+22
* enumerate() should never return quoted strings.Eevee (Alex Munroe)2013-08-012-1/+2
* Quash a couple compiler warnings.Eevee (Alex Munroe)2013-07-311-2/+1
* Make linear-gradient slightly less crashy.Eevee (Alex Munroe)2013-07-312-9/+16
* Remove old unit stuff.Eevee (Alex Munroe)2013-07-315-54/+7
* Some parser fixes. Allow arbitrary units.Eevee (Alex Munroe)2013-07-315-20/+22
* Rewrite NumberValue to handle arbitrary unit combinations.Eevee (Alex Munroe)2013-07-3114-172/+315
* Fix position() and opposite-position(), I think.Eevee (Alex Munroe)2013-07-302-32/+105
* Support "transparent".Eevee (Alex Munroe)2013-07-301-0/+2
* Restore the delicate jenga balance of passing through unicode unscathed.Eevee (Alex Munroe)2013-07-291-1/+1
* Avoid importing pstats unless absolutely necessary.Eevee (Alex Munroe)2013-07-291-1/+1
* Leave / alone when (probably) not part of an expression.Eevee (Alex Munroe)2013-07-295-21/+98
* Here, have some tests I never committed for some reason.Eevee (Alex Munroe)2013-07-268-0/+53
* Remove post_process; now handled by the type system.Eevee (Alex Munroe)2013-07-261-12/+0
* Greatly simplify color shortening.Eevee (Alex Munroe)2013-07-2613-197/+265
* Fix numbering of "bugs" test files.Eevee (Alex Munroe)2013-07-262-0/+0
* Fiddling with parse_children API.Eevee (Alex Munroe)2013-07-261-3/+4
* Oops. Lost the source_file initialization.Eevee (Alex Munroe)2013-07-261-0/+1
* Split up importing logic.Eevee (Alex Munroe)2013-07-261-68/+70
* Fix the file caching in @import.Eevee (Alex Munroe)2013-07-261-3/+3
* Check for relative imports first.Eevee (Alex Munroe)2013-07-261-4/+5
* Extend smoketest to make sure @import-ed variables work.Eevee (Alex Munroe)2013-07-262-1/+8
* Reduce use of dequote().Eevee (Alex Munroe)2013-07-262-3/+3
* Kill off unicode literals, until the lib actually does unicode.Eevee (Alex Munroe)2013-07-261-2/+2
* Update setup.py to know about scss.functions.Eevee (Alex Munroe)2013-07-261-1/+5
* Fix enumerate() and add a test.Eevee (Alex Munroe)2013-07-262-8/+15
* Make this function name check hack work with other callables.Eevee2013-07-151-1/+1
* Reinstate func_registry, for back compat.Eevee2013-07-151-2/+4
* Tidy up formatting of the grammar.Eevee2013-07-103-88/+81
* NullValue -> NullEevee2013-07-104-8/+8
* Rewrite the String type.Eevee2013-07-109-88/+80
* Remove code for cross-type operations Sass disallows.Eevee2013-07-091-74/+1
* Couple more compass helper tests.Eevee2013-06-283-13/+21
* Minor removal of uncallable types code.Eevee2013-06-282-30/+6
* Test for null equality; fix null repr.Eevee2013-06-282-0/+15
* Remove __hash__ from types.Eevee2013-06-281-18/+0
* Bring comparison in line with Ruby Sass.Eevee2013-06-283-60/+75
* Eliminate _undefined_re once and for all.Eevee2013-06-262-2/+0
* Start on tests for Compass helpers.Eevee2013-06-263-43/+73
* Some expression evaluation tests. WIPEevee2013-06-261-0/+126
* Simplify @if handling code a bit.Eevee2013-06-261-20/+12
* Remove some _undefined_re checks from type system.Eevee2013-06-261-7/+1
* Remove convert_to.Eevee2013-06-262-34/+1
* Remove ParserValue support from types which no longer use ParserValues.Eevee2013-06-261-4/+0
* Remove __cmp__ and __rcmp__; former unnecessary, latter obsolete.Eevee2013-06-261-6/+0