summaryrefslogtreecommitdiff
path: root/scss/functions/core.py
Commit message (Expand)AuthorAgeFilesLines
* Experimental support for treating all Sass types as 1-lists.Eevee (Alex Munroe)2013-08-151-2/+1
* Experimental first crack at maps support.Eevee (Alex Munroe)2013-08-151-0/+44
* Cancel convertable units in the Number constructor. #180Eevee (Alex Munroe)2013-08-131-2/+2
* Fix unquote() to work on lists.Eevee (Alex Munroe)2013-08-131-2/+12
* Simplified ColorValue considerably.Eevee (Alex Munroe)2013-08-091-4/+1
* Clean up ListValue, rename to List.Eevee (Alex Munroe)2013-08-081-32/+40
* 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-1/+3
* Remove old unit stuff.Eevee (Alex Munroe)2013-07-311-5/+6
* Rewrite NumberValue to handle arbitrary unit combinations.Eevee (Alex Munroe)2013-07-311-44/+63
* Rewrite the String type.Eevee2013-07-101-14/+4
* Remove convert_to.Eevee2013-06-261-12/+1
* Replace Value._wrap with a less general, less crazy solution.Eevee2013-06-261-5/+5
* Added tests for all the core Sass functions.Eevee2013-06-201-2/+2
* Rework expression parser to spit out an AST rather than evaluating as it goes.Eevee2013-05-231-2/+2
* Fix the invert function. (Thanks to QuLogic)German M. Bravo2013-05-061-1/+2
* Fix the 'append' function. (Thanks to QuLogic)German M. Bravo2013-05-061-3/+1
* Add the 'index' function. (Thanks to QuLogic)German M. Bravo2013-05-061-0/+8
* Fix join and append with a separator. (Thanks to QuLogic)German M. Bravo2013-05-061-4/+16
* Big Sass function breakout.Eevee2013-02-211-0/+546