summaryrefslogtreecommitdiff
path: root/scss/types.py
Commit message (Expand)AuthorAgeFilesLines
* Fix collections deprecation warningChris Sewell2020-09-031-1/+4
* Avoid precision loss when converting between units. Fixes #330Eevee (Lexy Munroe)2016-06-081-1/+16
* Don't truncate alpha in rgba(...) to two places. Fixes #329.Eevee (Alex Munroe)2015-02-231-1/+1
* Fix the fallback behavior of / and - on non-strings.Eevee (Alex Munroe)2014-12-091-2/+2
* Implement modulo support in Number.Wang Xuerui2014-11-011-0/+18
* Reduce default precision to match Ruby.Eevee (Alex Munroe)2014-09-091-1/+1
* Give up on matching Ruby's quoting behavior for now.Eevee (Alex Munroe)2014-09-041-3/+5
* Fix interactions between interpolation and function literals.Eevee (Alex Munroe)2014-09-041-2/+4
* Oops, broke Url and Function a bit.Eevee (Alex Munroe)2014-09-041-4/+4
* Allow CSS escapes in barewords.Eevee (Alex Munroe)2014-09-041-9/+11
* Fix a couple bugs with interpolation.Eevee (Alex Munroe)2014-09-011-4/+40
* Fix most of the catastrophic fallout.Eevee (Alex Munroe)2014-08-291-10/+51
* Several vast improvements to string parsing.Eevee (Alex Munroe)2014-08-291-8/+67
* Partial support for slurpy named arguments.Eevee (Alex Munroe)2014-08-261-0/+17
* Cut down on the punctuation noise in Sass reprs.Eevee (Alex Munroe)2014-08-261-11/+19
* Remove u prefix from files that use unicode_literals.Eevee (Alex Munroe)2014-07-121-12/+12
* Revert "Uses six.u() to allow Python 3.2 compat."Eevee (Alex Munroe)2014-07-121-12/+12
* At last, real parsing for url(). Partly. #192Eevee (Alex Munroe)2014-07-121-0/+7
* Uses six.u() to allow Python 3.2 compat.Thomas Goirand2014-06-271-12/+12
* Added PRECISION for increased precision with floating numbersGerman M. Bravo2014-03-301-2/+4
* Add some unicode_literals, fix some str()s.Eevee (Alex Munroe)2014-03-291-1/+1
* Make the internals all use unicode, even on py2.Eevee (Alex Munroe)2014-03-291-5/+8
* Lists built from function calls are not "literal".Eevee (Alex Munroe)2013-10-081-1/+7
* Improve behavior of null values in lists.Eevee (Alex Munroe)2013-10-081-2/+14
* Allow for circular nthGerman M. Bravo2013-10-081-5/+8
* Removed unused 'missing' objectGerman M. Bravo2013-10-081-2/+0
* Map improvements, bringing us more or less to 3.3 parity.Eevee (Alex Munroe)2013-10-071-12/+47
* Add new string and list functions from Sass 3.3; update docs re 3.3.Eevee (Alex Munroe)2013-10-071-0/+23
* Revert "Unquote strings when used from variables in selectors"Eevee (Alex Munroe)2013-10-071-12/+13
* Lists operations are handled element-wiseGerman M. Bravo2013-10-071-4/+15
* Avoid having '0' being output as '-0' (-0.0 causes this)German M. Bravo2013-10-071-5/+9
* Unquote strings when used from variables in selectorsGerman M. Bravo2013-10-061-13/+12
* Colors with different opacity should not compare equal.Eevee (Alex Munroe)2013-10-041-2/+2
* Hashable lists and mapsGerman M. Bravo2013-10-031-2/+3
* Binary ops for lists.Eevee (Alex Munroe)2013-09-261-11/+25
* Disallow writing out empty lists.Eevee (Alex Munroe)2013-08-281-0/+3
* Finish the rest of List * Number.Eevee (Alex Munroe)2013-08-281-0/+2
* Let Map.get_by_key take a default.Eevee (Alex Munroe)2013-08-281-4/+8
* At long last, kill ParserValue and most of the Color constructor.Eevee (Alex Munroe)2013-08-271-25/+12
* Color function cleanup, round 2.Eevee (Alex Munroe)2013-08-271-1/+21
* Fix change_color and scale_color. Fixes #161, #164.Eevee (Alex Munroe)2013-08-271-5/+54
* Remove Number.unit.Eevee (Alex Munroe)2013-08-221-14/+4
* Avoid using Number.unit in gradient math.Eevee (Alex Munroe)2013-08-211-0/+13
* Implement List.__contains__.Eevee (Alex Munroe)2013-08-211-0/+3
* Numbers with incompatible units should still compare as unequal.Eevee (Alex Munroe)2013-08-211-7/+11
* Fix linear-gradient, yet again.Eevee (Alex Munroe)2013-08-211-3/+6
* Default String encoding to UTF-8. Sigh.Eevee (Alex Munroe)2013-08-211-4/+6
* Fix @wrap_python_function to handle complex units.Eevee (Alex Munroe)2013-08-211-1/+4
* Numbers can always compare to unitless numbers. Expand Number tests.Eevee (Alex Munroe)2013-08-211-7/+27
* Quick repr for SassRule and Map.Eevee (Alex Munroe)2013-08-201-0/+3