summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version 1.1.5 releasedv1.1.5German M. Bravo2013-02-154-8/+15
* Generate proper -sass-debug-infoGerman M. Bravo2013-02-131-4/+8
* Using config moduleGerman M. Bravo2013-02-091-14/+14
* Code being synced with the new pyScssGerman M. Bravo2013-02-092-497/+520
* Strip slashes in paths passedGerman M. Bravo2013-02-071-18/+16
* Ignore some other files in gitGerman M. Bravo2013-02-071-0/+5
* Merge pull request #90 from pwnall/inline_image_slashGermán M. Bravo2013-02-071-0/+2
|\
| * Allow absolute URLs in inline-image.Victor Costan2012-06-281-0/+2
* | Merge pull request #101 from kwood/masterGermán M. Bravo2013-02-072-1/+5
|\ \
| * | Add configuration parameter for ASSETS_URLKevin Wood2012-11-142-1/+5
* | | Merge pull request #106 from fusionbox/masterGermán M. Bravo2013-02-071-1/+1
|\ \ \
| * | | Update version to 1.1.5Gavin Wahl2013-01-171-1/+1
* | | | Merge pull request #108 from OiNutter/masterGermán M. Bravo2013-02-071-0/+3
|\ \ \ \
| * | | | Allow load_paths to be added to per instanceOiNutter2013-01-221-0/+3
| |/ / /
* | | | Merge branch 'master' of github.com:Kronuz/pyScssGerman M. Bravo2013-02-061-3/+3
|\ \ \ \ | |/ / /
| * | | Merge pull request #102 from hrbonz/print_timing_decoratorGermán M. Bravo2012-12-031-3/+3
| |\ \ \ | | |/ / | |/| |
| | * | fix bad decorator call (print_timing) by using *args and **kwargsStefan hr Berder2012-12-031-3/+3
| |/ /
* | | nest doesn't add a space when the last character to be appended is one of '.'...German M. Bravo2013-02-061-1/+7
* | | Make sure to have unicode strings before processing certain thingsGerman M. Bravo2013-02-061-2/+8
* | | Do not break rules on hypensGerman M. Bravo2013-02-061-1/+1
* | | Thread safe issue resolved for cases when .cache file didn't yet exist or was...German M. Bravo2013-02-061-2/+2
* | | Logging stuff passing the stackGerman M. Bravo2013-02-061-11/+11
* | | Filename of the code being processed can be optionally passed to the compilerGerman M. Bravo2013-02-061-4/+4
* | | Line numbers fixedGerman M. Bravo2013-02-061-2/+2
* | | Thread safe sprite maps (using temporary files and rename)German M. Bravo2013-02-061-1/+8
|/ /
* | debug_info with small improvementsGerman M. Bravo2012-10-101-4/+28
* | Escaping of filenames for firesass onlyGerman M. Bravo2012-10-101-1/+1
* | debug_info accepts a value as 'comments'German M. Bravo2012-10-102-4/+4
* | Updated CHANGELOGGerman M. Bravo2012-10-101-0/+5
* | Added compass excrept as a testGerman M. Bravo2012-10-101-0/+72
* | Improved memory usage for large sets of files to be used as spritesGerman M. Bravo2012-10-101-3/+5
* | Comment improvedGerman M. Bravo2012-10-101-1/+1
* | @print and @raw output to the standard errorGerman M. Bravo2012-10-101-2/+2
* | Warning about IE 4095 maximum and improved debug_infoGerman M. Bravo2012-10-102-11/+28
* | Added get_scss_constants() and get_scss_vars()German M. Bravo2012-10-101-0/+8
* | Added filter CSS functionsGerman M. Bravo2012-10-101-1/+3
* | Better handling of undefined variablesGerman M. Bravo2012-10-101-26/+32
* | Changelog updatedGerman M. Bravo2012-08-182-4/+12
* | Don't interpret url(//foo) as a comment (thanks to eevee)German M. Bravo2012-08-182-1/+14
* | Fix command line entry point (thanks to fschulze)German M. Bravo2012-08-182-2/+2
* | Egg info doesn't belong in version control (thanks to fschulze)German M. Bravo2012-08-185-474/+0
* | Merge branch 'master' of github.com:Kronuz/pyScssGerman M. Bravo2012-08-184-19/+35
|\ \
| * \ Merge pull request #63 from QuLogic/cache-buster-urlGermán M. Bravo2012-08-183-5/+21
| |\ \
| | * | Fix cache buster URLs.Elliott Sales de Andrade2012-04-013-5/+21
| | |/
| * | Merge pull request #92 from henninge/fix-command-line-toolGermán M. Bravo2012-08-181-14/+14
| |\ \
| | * | Fix imports in command line tool.henninge2012-08-091-14/+14
| |/ /
* | | Hashable Values addedGerman M. Bravo2012-08-181-0/+18
* | | Properly check for PIL and create asset when passing spacing or inline parame...German M. Bravo2012-08-181-4/+4
|/ /
* | Version 1.1.4v1.1.4German M. Bravo2012-08-084-11/+132
* | Can change colors in RGB (non-RGBA) imagesGerman M. Bravo2012-08-081-6/+9