summaryrefslogtreecommitdiff
path: root/scss/tool.py
Commit message (Expand)AuthorAgeFilesLines
* Encode the output to UTF-8 before writing to filekernc2015-01-061-2/+2
* Experiment with porting path handling to use pathlib.Eevee (Alex Munroe)2014-10-061-1/+1
* scss.expression -> scss.calculatorEevee (Alex Munroe)2014-09-051-1/+1
* Reduce tool's reliance on config.LOAD_PATHS.Eevee (Alex Munroe)2014-08-271-23/+22
* Remove compiler's reliance on config.VERBOSITY.Eevee (Alex Munroe)2014-08-271-5/+1
* Fix presence of legacy default vars in the repl.Eevee (Alex Munroe)2014-08-241-2/+6
* Clean up @import and SourceFile.Eevee (Alex Munroe)2014-08-241-9/+10
* Fix the repl... maybe?Eevee (Alex Munroe)2014-08-231-20/+24
* Break up the compiler, and a lot of big modules. Fixes #133.Eevee (Alex Munroe)2014-08-221-3/+5
* Accept '-' as the stdin file nameGerman M. Bravo2014-07-231-1/+1
* Compiling of source_files is done later (was it being done twice?)German M. Bravo2014-07-231-2/+0
* 'at' (@) rules using class methods.German M. Bravo2014-05-201-3/+3
* Write CSS out in the same encoding it claims to be.Eevee (Alex Munroe)2014-03-291-4/+23
* PEP 8 cleanupsGerman M. Bravo2014-01-131-5/+5
* Added SyntaxError catching in the scss interactive toolGerman M. Bravo2013-10-061-1/+1
* Interactive mode prints Sass errors and Added SyntaxError exception for Undef...German M. Bravo2013-10-061-1/+5
* compress by default was lostfunvit2013-10-011-1/+1
* issue_114funvit2013-10-011-1/+13
* fonts_root, fonts_urlfunvit2013-10-011-0/+8
* Output styles (nested, compressed, expanded and compact) supportedGerman M. Bravo2013-09-301-5/+12
* Refactor and mostly fix scss.tool and interactive mode.Eevee (Alex Munroe)2013-09-191-213/+246
* Make `pyscss -t` run the py.test suite.Eevee (Alex Munroe)2013-08-161-2/+5
* Fix an import in tool.Eevee (Alex Munroe)2013-08-131-2/+2
* --sass should be store_true, not false. #185Eevee (Alex Munroe)2013-08-121-1/+1
* Python 3 compatibility, at least with syntax and builtins.Eevee (Alex Munroe)2013-08-021-10/+11
* Initial experimental support for SASS syntaxGerman M. Bravo2013-05-111-13/+17
* Added CACHE_ROOT and ASSETS_ROOT defaults to STATIC_ROOT + /assetsGerman M. Bravo2013-05-071-0/+4
* Missing imports and PEP 8 cleanupsGerman M. Bravo2013-05-071-1/+2
* Tweaked debug_info. Added tests.rst file (those could also end up in the docs...German M. Bravo2013-05-031-1/+1
* options.recursive must be a bool. Fixes #79.Eevee2013-05-021-1/+1
* Cleanups, variables names fixed, small issues fixedGerman M. Bravo2013-05-021-7/+8
* Remove spawn_rule.Eevee2013-03-061-3/+4
* Using config module directlyGerman M. Bravo2013-02-091-12/+12
* debuging => debuggingEevee2013-02-081-2/+2
* Add configuration parameter for ASSETS_URLKevin Wood2012-11-141-0/+4
* Fix imports in command line tool.henninge2012-08-091-14/+14
* Fixed command line parametersGerman M. Bravo2012-03-061-16/+14
* Configuration settings reverted to __init__.pyGerman M. Bravo2012-01-311-12/+1
* Make pyscss usable on the command-line againmasklinn2012-01-311-0/+333