summaryrefslogtreecommitdiff
path: root/scss/extension/compass/helpers.py
Commit message (Collapse)AuthorAgeFilesLines
* Add selector-append function supportIvan Kolodyazhny2020-04-141-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-041-3/+2
|
* Fix most of the catastrophic fallout.Eevee (Alex Munroe)2014-08-291-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-271-1/+1
|
* Move Compass to an extension.Eevee (Alex Munroe)2014-08-271-0/+645