summaryrefslogtreecommitdiff
path: root/scss/cssdefs.py
Commit message (Expand)AuthorAgeFilesLines
* Cancel convertable units in the Number constructor. #180Eevee (Alex Munroe)2013-08-131-0/+56
* Recognize from() and to(), the ancient WebKit gradient functions.Eevee (Alex Munroe)2013-08-011-0/+1
* Better support for `transparent`, including on output.Eevee (Alex Munroe)2013-08-011-140/+141
* Remove old unit stuff.Eevee (Alex Munroe)2013-07-311-46/+0
* Rewrite NumberValue to handle arbitrary unit combinations.Eevee (Alex Munroe)2013-07-311-1/+68
* Greatly simplify color shortening.Eevee (Alex Munroe)2013-07-261-159/+144
* Eliminate _undefined_re once and for all.Eevee2013-06-261-1/+0
* Refactor and simplify variable storage and expression evaluation.Eevee2013-05-231-0/+2
* Avoid expanding colors on load.Eevee2013-05-231-1/+0
* Rework expression parser to spit out an AST rather than evaluating as it goes.Eevee2013-05-231-37/+53
* Remove _skip_word_re.Eevee2013-05-231-1/+0
* Add skew function from CSS3 3D Transforms list. (Thanks to QuLogic)German M. Bravo2013-05-061-3/+3
* Cleanups, variables names fixed, small issues fixedGerman M. Bravo2013-05-021-4/+2
* Rewrite block nesting handling -- @keyframes works now! Fixes #75.Eevee2013-03-131-0/+1
* Big Sass function breakout.Eevee2013-02-211-26/+69
* Moved code around for easier syncingGerman M. Bravo2013-02-151-28/+28
* Break out expression parsing and resolution.Eevee2013-02-131-0/+43
* Evict list of colors.Eevee2013-02-081-0/+144
* Break out about half of __init__.py.Eevee2013-02-081-0/+71