summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Do some terrible hacking to make Bootstrap 3.2's default args with interpolat...1.2.xEevee (Alex Munroe)2014-09-171-3/+10
* Merge pull request #304 from doug-fish/1.2.xEevee2014-09-151-3/+5
|\
| * Make an earier copy of the rules to close up the window for concurrentDoug Fish2014-09-121-3/+5
|/
* Bump version yet again :)Eevee (Alex Munroe)2013-10-081-1/+1
* Include speedups header files in an sdist.Eevee (Alex Munroe)2013-10-082-0/+3
* Fix setup.py, probably.Eevee (Alex Munroe)2013-10-083-9/+1
* Bump to 1.2.0!v1.2.0Eevee (Alex Munroe)2013-10-083-5/+5
* Pass source_file and lineno of the definition point of the mixin to newly cre...German M. Bravo2013-10-081-6/+10
* Added __repr__ to SourceFileGerman M. Bravo2013-10-081-0/+6
* Re-ordered SassRule() instantiationGerman M. Bravo2013-10-081-13/+10
* Make @mixin and @function calls more alikeGerman M. Bravo2013-10-081-14/+20
* Undefined asset fixGerman M. Bravo2013-10-081-0/+1
* Props to me, for being awesome.Eevee (Alex Munroe)2013-10-081-1/+5
* Lists built from function calls are not "literal".Eevee (Alex Munroe)2013-10-084-3/+22
* Improve behavior of null values in lists.Eevee (Alex Munroe)2013-10-085-5/+39
* Fix parsing of multiple selectors without spaces after commas.Eevee (Alex Munroe)2013-10-081-1/+1
* Configuration variables as deault options used from the config module at run ...German M. Bravo2013-10-084-27/+27
* Fix @return inside a block and ... in @function definitions.Eevee (Alex Munroe)2013-10-084-95/+109
* Docs: @while works now.Eevee (Alex Munroe)2013-10-081-7/+0
* Menu test removed (relevant bits split among several other tests)German M. Bravo2013-10-083-1580/+0
* Not allowing undefined literals by defaultGerman M. Bravo2013-10-081-1/+1
* range() fixedGerman M. Bravo2013-10-081-1/+1
* Added tests for reversed @for and reversed range()German M. Bravo2013-10-084-0/+44
* Added append and nest testGerman M. Bravo2013-10-082-0/+13
* Legacy scoping for control constructs renamedGerman M. Bravo2013-10-082-2/+2
* Added test for variable arguments used in the infamous menuGerman M. Bravo2013-10-083-0/+38
* Undefined literals cause SyntaxError if FATAL_UNDEFINED is setGerman M. Bravo2013-10-081-1/+4
* Added support for @whileGerman M. Bravo2013-10-083-19/+41
* TODO: Use different name for legacy_scopingGerman M. Bravo2013-10-081-3/+3
* Added DEVIATION commentsGerman M. Bravo2013-10-082-0/+3
* Avoid dependency for menu include in imports testGerman M. Bravo2013-10-082-1/+9
* Allow for circular nthGerman M. Bravo2013-10-084-6/+25
* 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-074-52/+109
* Add new string and list functions from Sass 3.3; update docs re 3.3.Eevee (Alex Munroe)2013-10-077-7/+193
* Fix nest() test.Eevee (Alex Munroe)2013-10-071-1/+1
* Revert "Unquote strings when used from variables in selectors"Eevee (Alex Munroe)2013-10-075-25/+18
* Keep block's parent rule's source_fileGerman M. Bravo2013-10-071-1/+2
* Indent debug commentsGerman M. Bravo2013-10-071-2/+2
* Lists operations are handled element-wiseGerman M. Bravo2013-10-075-14/+31
* Avoid having '0' being output as '-0' (-0.0 causes this)German M. Bravo2013-10-071-5/+9
* Nest fixed (when using '&' in it)German M. Bravo2013-10-063-2/+32
* Added test for addition of listsGerman M. Bravo2013-10-062-0/+10
* Added SyntaxError catching in the scss interactive toolGerman M. Bravo2013-10-061-1/+1
* PEP 8 cleanupsGerman M. Bravo2013-10-061-3/+2
* Unquote strings when used from variables in selectorsGerman M. Bravo2013-10-065-18/+25
* Interactive mode prints Sass errors and Added SyntaxError exception for Undef...German M. Bravo2013-10-062-3/+7
* PEP 8 cleanupsGerman M. Bravo2013-10-061-3/+3
* Fixed incorrect use of undefined _path to get mime_typeGerman M. Bravo2013-10-061-6/+8
* Empty rules are added to the rules_by_file, but not used for the css_files listGerman M. Bravo2013-10-051-3/+3