summaryrefslogtreecommitdiff
path: root/scss/compiler.py
Commit message (Expand)AuthorAgeFilesLines
* Ported @mixin and @include to the new block AST.Eevee (Alex Munroe)2014-09-011-200/+26
* Fix assignment.Eevee (Alex Munroe)2014-09-011-2/+1
* Fix rendering of nulls.Eevee (Alex Munroe)2014-09-011-6/+8
* Fix CSS rendering to understand seeing the same ancestry twice.Eevee (Alex Munroe)2014-09-011-1/+2
* Kind of wire in create_css so we have output.Eevee (Alex Munroe)2014-09-011-16/+12
* WIP: Taking a crack at separating block parsing from evaluation.Eevee (Alex Munroe)2014-09-011-2/+174
* Support !global (currently a no-op). Fixes #272.Eevee (Alex Munroe)2014-09-011-12/+21
* Preserve the order of slurpy kwargs. Fix a heisentest.Eevee (Alex Munroe)2014-08-311-2/+8
* Fix spurious deprecation warning.Eevee (Alex Munroe)2014-08-291-1/+2
* Move ALL the parsing stuff under scss/grammar/.Eevee (Alex Munroe)2014-08-291-6/+1
* Add some helpers for doing simple compilations.Eevee (Alex Munroe)2014-08-281-4/+40
* Shuffle exception hierarchy a bit.Eevee (Alex Munroe)2014-08-281-8/+6
* Fix this ancient xCSS-style test, and add some warnings.Eevee (Alex Munroe)2014-08-271-0/+8
* Remove calculator's reliance on config.FATAL_UNDEFINED.Eevee (Alex Munroe)2014-08-271-0/+3
* Remove compiler's reliance on config.CONTROL_SCOPING.Eevee (Alex Munroe)2014-08-271-4/+13
* Remove compiler's reliance on config.DEBUG.Eevee (Alex Munroe)2014-08-271-10/+17
* Move Compass to an extension.Eevee (Alex Munroe)2014-08-271-2/+1
* Convert extra and fonts into extensions.Eevee (Alex Munroe)2014-08-271-2/+2
* Introduce an Extension class, finally. Making a stab at #130.Eevee (Alex Munroe)2014-08-271-20/+55
* Partial support for slurpy named arguments.Eevee (Alex Munroe)2014-08-261-3/+11
* Fix a couple oopses on Python 3.Eevee (Alex Munroe)2014-08-241-0/+1
* Remove magical selector reordering with @extend. Fixes #269.Eevee (Alex Munroe)2014-08-241-15/+8
* Convert some deprecations into real warnings, not logs.Eevee (Alex Munroe)2014-08-241-2/+24
* for...to excludes the upper bound. Fixes #275.Eevee (Alex Munroe)2014-08-241-2/+7
* Fix debug_info and live_errors.Eevee (Alex Munroe)2014-08-241-13/+18
* Clean up @import and SourceFile.Eevee (Alex Munroe)2014-08-241-59/+111
* Fix an AttributeError in _at_import, and the swallowing thereof.Eevee (Alex Munroe)2014-08-241-3/+7
* Restore support for @option, albeit a little more strictly.Eevee (Alex Munroe)2014-08-231-40/+66
* Break up the compiler, and a lot of big modules. Fixes #133.Eevee (Alex Munroe)2014-08-221-0/+1424