summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Added @dump_functions and @dump_mixinsGerman M. Bravo2013-10-032-1/+5
* | Arguments without default are no longer treated as if defined as UndefinedGerman M. Bravo2013-10-032-2/+2
* | Improve formatting of browser errors.Eevee (Alex Munroe)2013-10-011-9/+14
* | Support showing compilation problems in-browser. #150Eevee (Alex Munroe)2013-10-013-18/+107
* | Implement legacy-scoping, in which @each/@if/@for do not create scopes.Eevee (Alex Munroe)2013-10-014-3/+13
* | Fix misc tests to match new styles.Eevee (Alex Munroe)2013-10-011-2/+4
* | Delete some unused selector-munging code.Eevee (Alex Munroe)2013-10-011-29/+0
* | Merge pull request #211 from hblanks/masterEevee2013-10-011-1/+5
|\ \ | |/ |/|
| * scss/__init__.py: raise RuntimeWarning instead of writing to sys.stderr when ...Hunter Blanks2013-09-251-1/+5
* | Output styles (nested, compressed, expanded and compact) supportedGerman M. Bravo2013-09-304-35/+60
* | Starting to add nested, compressed, expanded and compact output modesGerman M. Bravo2013-09-2939-23/+110
* | PEP 8 cleanupsGerman M. Bravo2013-09-292-2/+3
* | Maps examples updated (added lists as maps test)German M. Bravo2013-09-293-1/+28
* | p_children not neededGerman M. Bravo2013-09-281-49/+48
* | Fixed ordering of execution of rulesGerman M. Bravo2013-09-281-37/+28
* | PEP 8 cleanupGerman M. Bravo2013-09-281-1/+0
* | Added test for execution orderGerman M. Bravo2013-09-282-0/+21
* | Added order tests for loopsGerman M. Bravo2013-09-274-0/+80
* | Control constructs don't create a new variable scopeGerman M. Bravo2013-09-275-32/+72
* | @print prints as stringGerman M. Bravo2013-09-271-1/+1
* | Do not deviate this much :P ...added a test that deviates enough from Sass (t...German M. Bravo2013-09-273-2/+20
* | FATAL_UNDEFINED moved to config (some may need undefined variables to be not ...German M. Bravo2013-09-272-6/+7
* | Variables scope testGerman M. Bravo2013-09-272-0/+39
* | Quick CLI smoketest. #123Eevee (Alex Munroe)2013-09-261-0/+22
* | Commit some atrocities to make the nefarious menu mixin almost work.Eevee (Alex Munroe)2013-09-263-39/+41
* | Remove de-duping test; fixing it now breaks other tests, so.Eevee (Alex Munroe)2013-09-262-11/+0
* | Test for debug info. #125Eevee (Alex Munroe)2013-09-261-0/+27
* | Fix this TypeError test.Eevee (Alex Munroe)2013-09-261-1/+2
* | Support bare "..." on mixins, to allow arbitrary var injection.Eevee (Alex Munroe)2013-09-265-13/+52
* | Binary ops for lists.Eevee (Alex Munroe)2013-09-262-11/+39
* | Variables modified inside a scope don't modify variables set as undefined in ...German M. Bravo2013-09-261-9/+8
* | Fixed scoping testsGerman M. Bravo2013-09-263-4/+6
* | Immutable Namespaces addedGerman M. Bravo2013-09-263-1/+13
* | Also testing undeclared variables passed to the mixinGerman M. Bravo2013-09-263-0/+3
* | Context at call time should not be available to called functions? (differentl...German M. Bravo2013-09-263-0/+17
* | Context variables passed to mixins testGerman M. Bravo2013-09-263-0/+22
* | If the css file for the test doesn't exist, assume emptyGerman M. Bravo2013-09-261-2/+5
* | Sprite map test fixed and passingGerman M. Bravo2013-09-262-2/+17
|/
* Remove CHANGELOG from manifest.Eevee (Alex Munroe)2013-09-201-1/+1
* Cut the README down considerably. Remove CHANGELOG.Eevee (Alex Munroe)2013-09-203-495/+34
* Fix slurpy args when /calling/, oops.Eevee (Alex Munroe)2013-09-202-46/+40
* Fix change-color() with a hue.Eevee (Alex Munroe)2013-09-202-1/+3
* Sphinx documentation! #183Eevee (Alex Munroe)2013-09-209-0/+1477
* Refactor and mostly fix scss.tool and interactive mode.Eevee (Alex Munroe)2013-09-194-219/+273
* Fix selector ordering (now correct, not sorted!) in test output.Eevee (Alex Munroe)2013-09-1612-29/+29
* Implement assert_unification for Ruby @extend tests.Eevee (Alex Munroe)2013-09-161-3/+3
* Add a test for super selector.Eevee (Alex Munroe)2013-09-161-0/+23
* Moderately smarter handling of @extend with combinators.Eevee (Alex Munroe)2013-09-161-6/+33
* Skip the Ruby extend tests by default.Eevee (Alex Munroe)2013-09-161-6/+3
* Add Ruby's @extend tests, mostly. Fix infinite loops.Eevee (Alex Munroe)2013-09-164-3/+1797