summaryrefslogtreecommitdiff
path: root/scss/cssdefs.py
Commit message (Expand)AuthorAgeFilesLines
* Add support for CSS shape functionsKevin Bieri2016-08-031-0/+4
* Merge pull request #332 from dexbol/narrow-buildEevee2016-06-081-1/+5
|\
| * Workaround for narrow Python builddexbol2015-03-231-1/+5
* | Avoid precision loss when converting between units. Fixes #330Eevee (Lexy Munroe)2016-06-081-9/+10
* | Avoid stripping inline comments that are part of URLs. Fixes #350Eevee (Lexy Munroe)2016-06-081-0/+2
|/
* Fix parsing of `@if(...)`, where there's no literal space.Eevee (Alex Munroe)2014-12-101-4/+6
* Make line numbers in errors moderately less wrong.Eevee (Alex Munroe)2014-12-101-1/+0
* Minor optimizations to selector code.Eevee (Alex Munroe)2014-09-221-0/+11
* Remove debug code, oops.Eevee (Alex Munroe)2014-09-051-2/+0
* Fix an oversight in the spec-compliant unescape().Eevee (Alex Munroe)2014-09-051-3/+5
* Several vast improvements to string parsing.Eevee (Alex Munroe)2014-08-291-2/+25
* rebeccapurpleEevee (Alex Munroe)2014-08-211-0/+1
* Write CSS out in the same encoding it claims to be.Eevee (Alex Munroe)2014-03-291-8/+4
* Implement real CSS @charset support.Eevee (Alex Munroe)2014-03-291-5/+75
* Made the speedups module Unicode-aware!Eevee (Alex Munroe)2014-03-291-2/+0
* Make the internals all use unicode, even on py2.Eevee (Alex Munroe)2014-03-291-0/+21
* Add a few CSS4 image functions as known function names.Eevee (Alex Munroe)2013-08-211-0/+5
* 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