| Commit message (Expand) | Author | Age | Files | Lines |
* | first-value-of() should not autosplit single-item lists. | Eevee (Alex Munroe) | 2013-08-28 | 1 | -2/+3 |
* | Remove Number.unit. | Eevee (Alex Munroe) | 2013-08-22 | 1 | -2/+2 |
* | Learn a bit less eagerly about "to". | Eevee (Alex Munroe) | 2013-08-21 | 1 | -0/+1 |
* | Shut up, position(). Also, learn about "to". | Eevee (Alex Munroe) | 2013-08-21 | 1 | -1/+5 |
* | Avoid clobbering `log` here. | Eevee (Alex Munroe) | 2013-08-21 | 1 | -1/+1 |
* | Add e, pow, log, and sqrt functions from Compass. | Eevee (Alex Munroe) | 2013-08-19 | 1 | -0/+35 |
* | Fix (and test) nest() to not build lists of Python strings. | Eevee (Alex Munroe) | 2013-08-16 | 1 | -18/+28 |
* | Removed legacy StringValue, ColorValue, *Value classes | German M. Bravo | 2013-08-16 | 1 | -39/+39 |
* | first-value-of() fixed to maybe receive lists | German M. Bravo | 2013-08-16 | 1 | -10/+8 |
* | Gradients _position() optimizations and default positions | German M. Bravo | 2013-08-13 | 1 | -13/+15 |
* | Make _position() acept lists of python strings and fix __color_stops() to sen... | German M. Bravo | 2013-08-13 | 1 | -3/+6 |
* | PEP8 cleanups | German M. Bravo | 2013-08-13 | 1 | -0/+10 |
* | Using logging to log warning | German M. Bravo | 2013-08-13 | 1 | -2/+1 |
* | Clean up List use in Compass helpers and compiler. | Eevee (Alex Munroe) | 2013-08-09 | 1 | -33/+9 |
* | Fix the Compass headings() function. | Eevee (Alex Munroe) | 2013-08-08 | 1 | -5/+3 |
* | Clean up ListValue, rename to List. | Eevee (Alex Munroe) | 2013-08-08 | 1 | -82/+71 |
* | enumerate() should never return quoted strings. | Eevee (Alex Munroe) | 2013-08-01 | 1 | -1/+1 |
* | Make linear-gradient slightly less crashy. | Eevee (Alex Munroe) | 2013-07-31 | 1 | -0/+7 |
* | Fix position() and opposite-position(), I think. | Eevee (Alex Munroe) | 2013-07-30 | 1 | -32/+43 |
* | Fix enumerate() and add a test. | Eevee (Alex Munroe) | 2013-07-26 | 1 | -8/+9 |
* | NullValue -> Null | Eevee | 2013-07-10 | 1 | -2/+2 |
* | Couple more compass helper tests. | Eevee | 2013-06-28 | 1 | -7/+13 |
* | Eliminate _undefined_re once and for all. | Eevee | 2013-06-26 | 1 | -1/+0 |
* | Start on tests for Compass helpers. | Eevee | 2013-06-26 | 1 | -42/+20 |
* | Replace Value._wrap with a less general, less crazy solution. | Eevee | 2013-06-26 | 1 | -4/+4 |
* | Fix so the regexp works using StringValue's value | German M. Bravo | 2013-05-06 | 1 | -3/+3 |
* | Fix the __compass-list function. (Thanks to QuLogic) | German M. Bravo | 2013-05-06 | 1 | -1/+1 |
* | Fix the reject function. (Thanks to QuLogic) | German M. Bravo | 2013-05-06 | 1 | -0/+2 |
* | Add bool checks in compact. and fix the 'compact' function. (Thanks to QuLogic) | German M. Bravo | 2013-05-06 | 1 | -3/+21 |
* | Big Sass function breakout. | Eevee | 2013-02-21 | 1 | -0/+564 |