Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add selector-append function support | Ivan Kolodyazhny | 2020-04-14 | 1 | -0/+2 |
| | | | | | Sass selector-append function is the same as append-selector in compass so we can just add teh alias for it. | ||||
* | Better approach to registering Compass functions. | Eevee (Alex Munroe) | 2014-09-04 | 1 | -3/+2 |
| | |||||
* | Fix most of the catastrophic fallout. | Eevee (Alex Munroe) | 2014-08-29 | 1 | -12/+18 |
| | | | | | | | | | | - Unquoted strings really shouldn't be re-escaped at all; oops. - Use the Url type a few places instead of manually escaping. - Make a Function type. - Fix the parsing of maps, and left-factor to get rid of the KW* tokens. | ||||
* | Oops, fix __all__. | Eevee (Alex Munroe) | 2014-08-27 | 1 | -1/+1 |
| | |||||
* | Move Compass to an extension. | Eevee (Alex Munroe) | 2014-08-27 | 1 | -0/+645 |