summaryrefslogtreecommitdiff
path: root/scss/legacy.py
Commit message (Expand)AuthorAgeFilesLines
* Added source_files to legacy compilerGerman M. Bravo2015-07-191-1/+7
* Undocumented support for allowing @import to work on .css files.Eevee (Alex Munroe)2014-11-121-1/+2
* fixed bug from watchdog useJohn Cartee2014-10-171-1/+1
* Experiment with porting path handling to use pathlib.Eevee (Alex Munroe)2014-10-061-9/+20
* scss.expression -> scss.calculatorEevee (Alex Munroe)2014-09-051-1/+1
* Remove calculator's reliance on config.FATAL_UNDEFINED.Eevee (Alex Munroe)2014-08-271-0/+1
* Remove compiler's reliance on config.CONTROL_SCOPING.Eevee (Alex Munroe)2014-08-271-0/+1
* Remove compiler's reliance on config.DEBUG.Eevee (Alex Munroe)2014-08-271-0/+1
* Move Compass to an extension.Eevee (Alex Munroe)2014-08-271-2/+2
* Move bootstrap to an extension.Eevee (Alex Munroe)2014-08-271-0/+2
* Convert extra and fonts into extensions.Eevee (Alex Munroe)2014-08-271-2/+13
* Introduce an Extension class, finally. Making a stab at #130.Eevee (Alex Munroe)2014-08-271-6/+2
* Remove the "shortcuts", which haven't worked in ages.Eevee (Alex Munroe)2014-08-241-5/+1
* Fix debug_info and live_errors.Eevee (Alex Munroe)2014-08-241-1/+2
* Clean up @import and SourceFile.Eevee (Alex Munroe)2014-08-241-5/+4
* Break up the compiler, and a lot of big modules. Fixes #133.Eevee (Alex Munroe)2014-08-221-0/+182