summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Added source_files to legacy compilerGerman M. Bravo2015-07-191-1/+7
* | | Improved deprecation warning messagesGerman M. Bravo2015-07-171-2/+2
| |/ |/|
* | Added less2scss commandGerman M. Bravo2015-04-102-0/+107
|/
* Don't truncate alpha in rgba(...) to two places. Fixes #329.Eevee (Alex Munroe)2015-02-231-1/+1
* Fix tox.ini on non-Windows, per #327.Eevee (Alex Munroe)2015-01-221-3/+1
* commentEevee (Alex Munroe)2015-01-221-0/+7
* Fix (by ignoring) bare properties in @variables.Eevee (Alex Munroe)2015-01-161-3/+1
* Merge pull request #325 from kernc/patch-1Eevee2015-01-061-2/+2
|\
| * Encode the output to UTF-8 before writing to filekernc2015-01-061-2/+2
|/
* Bump version to 1.3.4.v1.3.4Eevee (Alex Munroe)2014-12-152-2/+14
* Avoid u'' for 3.2's sake.Eevee (Alex Munroe)2014-12-101-1/+4
* Stop using apply_vars on block arguments; use the parser instead.Eevee (Alex Munroe)2014-12-104-9/+58
* Fix parsing of `@if(...)`, where there's no literal space.Eevee (Alex Munroe)2014-12-104-15/+28
* Make line numbers in errors moderately less wrong.Eevee (Alex Munroe)2014-12-105-24/+36
* Fix handling of relative imports again.Eevee (Alex Munroe)2014-12-091-6/+10
* Fix the fallback behavior of / and - on non-strings.Eevee (Alex Munroe)2014-12-091-2/+2
* Merge pull request #314 from xen0n/modulo-expressionEevee2014-12-094-7/+37
|\
| * Implement modulo support in Number.Wang Xuerui2014-11-011-0/+18
| * Add parser support for modulo expression.Wang Xuerui2014-11-012-7/+14
| * Add test cases for modulo expression.Wang Xuerui2014-11-011-0/+5
* | Bump version to 1.3.3.v1.3.3Eevee (Alex Munroe)2014-11-182-2/+9
* | Add Compiler.compile_sources.Eevee (Alex Munroe)2014-11-122-1/+13
* | Comment update.Eevee (Alex Munroe)2014-11-121-8/+4
* | Restore a missing `return`.Eevee (Alex Munroe)2014-11-121-1/+1
* | URLs with quotes should produce Url, not Function. Fixes #312.Eevee (Alex Munroe)2014-11-121-1/+9
* | Undocumented support for allowing @import to work on .css files.Eevee (Alex Munroe)2014-11-123-3/+12
|/
* Bump version to 1.3.2.v1.3.2Eevee (Alex Munroe)2014-10-172-2/+12
* Nits: fix phrasing in README, stop printing contents of scss_meta, put badges...Eevee (Alex Munroe)2014-10-173-13/+13
* Allow arbitrary expressions as map keys, beyond the first key. Fixes #306.Eevee (Alex Munroe)2014-10-174-4/+31
* Un-xfail the IE alpha() test.Eevee (Alex Munroe)2014-10-171-6/+6
* Fix core tests to check for commas; fix join's auto behavior. Fixes #307.Eevee (Alex Munroe)2014-10-172-71/+92
* scss.tests.functions -> scss.tests.extensionEevee (Alex Munroe)2014-10-175-0/+0
* Merge pull request #310 from jrcartee/masterEevee2014-10-172-2/+7
|\
| * fixed bug from watchdog useJohn Cartee2014-10-171-1/+1
| * fixed bug from normal command line useJohn Cartee2014-10-171-1/+6
* | Stick Travis and Coveralls buttons in the README.Eevee (Alex Munroe)2014-10-171-0/+8
* | Give coveralls a shot.Eevee (Alex Munroe)2014-10-171-2/+5
* | Remove a unicode literal, for 3.2's sake.Eevee (Alex Munroe)2014-10-171-1/+2
* | Apparently fontforge is not on pypi.Eevee (Alex Munroe)2014-10-171-1/+1
* | Tell Travis to install PIL and fontforge.Eevee (Alex Munroe)2014-10-171-1/+3
* | Better handle running the tests without PIL installed.Eevee (Alex Munroe)2014-10-179-20/+75
* | Add Travis configuration.Eevee (Alex Munroe)2014-10-171-0/+11
|/
* Modernize the README.Eevee (Alex Munroe)2014-10-161-3/+2
* Bump to 1.3.1.v1.3.1Eevee (Alex Munroe)2014-10-162-2/+7
* Remove reference to is_real_file.Eevee (Alex Munroe)2014-10-161-15/+7
* Bump version to 1.3.0.v1.3.0Eevee (Alex Munroe)2014-10-151-2/+2
* Document some of the shiny new API.Eevee (Alex Munroe)2014-10-154-29/+128
* Fix relative imports from within a subdirectory.Eevee (Alex Munroe)2014-10-151-7/+5
* Extensions using Cache class, using CACHE_ROOT as the cache key prefixGerman M. Bravo2014-10-155-22/+64
* Added simple local memory Cache class for using in extensionsGerman M. Bravo2014-10-152-1/+43