Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | German M. Bravo | 2013-08-13 | 1 | -3/+6 |
| | | | | send a list to _positions | ||||
* | 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 |
| | | | | | Tried very hard to clean up all uses in the compass library; hope I got them all! | ||||
* | 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 |
| | | | | | | | | Fixed some bugs while I was at it. - Boolean conversion was totally wrong; Sass uses Ruby rules. - blank() was wrong. - compact() was needlessly complicated. | ||||
* | 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 |
| | | | | | The dictionary in a ListValue class is in the value member, not itself. | ||||
* | Fix the reject function. (Thanks to QuLogic) | German M. Bravo | 2013-05-06 | 1 | -0/+2 |
| | | | | | | This function checks if each value in the list is 'not in' the rejection list. However, the rejection parameter was never guaranteed to be a list-type. | ||||
* | Add bool checks in compact. and fix the 'compact' function. (Thanks to QuLogic) | German M. Bravo | 2013-05-06 | 1 | -3/+21 |
| | | | | It appears to only remove 'false', and no other false-like values. | ||||
* | Big Sass function breakout. | Eevee | 2013-02-21 | 1 | -0/+564 |
- FunctionRegistry is now FunctionLibrary, which sounds more like a thing and less like I had no idea what to call it. - Built-in functions are all added to the library decorator-style. - Built-in functions have been split into several smaller modules. - The stuff in parseutil turns out not to be related to parsing, so it's been broken apart too. |