summaryrefslogtreecommitdiff
path: root/scss/functions/extra.py
Commit message (Collapse)AuthorAgeFilesLines
* Clean up ListValue, rename to List.Eevee (Alex Munroe)2013-08-081-48/+11
| | | | | Tried very hard to clean up all uses in the compass library; hope I got them all!
* Test suite passes (as well as it did before) on Py3!Eevee (Alex Munroe)2013-08-021-0/+1
|
* Python 3 compatibility, at least with syntax and builtins.Eevee (Alex Munroe)2013-08-021-9/+6
| | | | Adds our very first dependency, on `six`.
* Added CACHE_ROOT and ASSETS_ROOT defaults to STATIC_ROOT + /assetsGerman M. Bravo2013-05-071-3/+3
|
* Missing imports and PEP 8 cleanupsGerman M. Bravo2013-05-071-6/+10
|
* Added background-brushedGerman M. Bravo2013-05-021-20/+341
|
* Big Sass function breakout.Eevee2013-02-211-0/+186
- 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.