summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Added menu example, missing files and sample generated css (which nonetheless...German M. Bravo2013-08-198-17/+558
* Assets and static default urls are relative nowGerman M. Bravo2013-08-191-2/+2
* Added more tests we need to get passedGerman M. Bravo2013-08-1822-0/+1281
* Added inline sprite mapsGerman M. Bravo2013-08-181-14/+39
* Inline images fixedGerman M. Bravo2013-08-181-1/+5
* Add static root path to testsGerman M. Bravo2013-08-181-2/+3
* Added $cache-buster argument to sprite map functionsGerman M. Bravo2013-08-181-6/+16
* Improved errors returned from the scannerGerman M. Bravo2013-08-182-4/+4
* url() is generated the same way always nowGerman M. Bravo2013-08-182-2/+2
* Function declarations need parentheses at the start and at the end in Ruby as...German M. Bravo2013-08-183-41/+4
* Experimental _get_funct_def() for function calls with no surrounding parenthesesGerman M. Bravo2013-08-171-2/+29
* Parentheses for maps tooGerman M. Bravo2013-08-172-4/+4
* Added test (from fancy buttons scss framework)German M. Bravo2013-08-172-0/+11
* Better repr() for ExpressionsGerman M. Bravo2013-08-171-1/+37
* Better repr() for ValuesGerman M. Bravo2013-08-171-4/+11
* Using css built-in functions vs. css & scss functions vs. non-existent functionsGerman M. Bravo2013-08-172-24/+36
* AST cache is in a per-target basis (also, cache is now in the Calculator clas...German M. Bravo2013-08-171-3/+10
* Functions and mixins can use other variables from the call (funcitons code re...German M. Bravo2013-08-174-86/+151
* ArgspecLiteral should return Undefined instead of None (for missing values)German M. Bravo2013-08-171-1/+1
* Variable renamedGerman M. Bravo2013-08-171-2/+2
* Test fixed & PEP8German M. Bravo2013-08-171-3/+10
* Exceptions during evaluation are ignored unless DEBUG is on (otherwise things...German M. Bravo2013-08-171-7/+8
* Function name stripped for mixins and functionsGerman M. Bravo2013-08-171-1/+3
* Sprite maps position doing something...German M. Bravo2013-08-171-10/+9
* Sprite map functions return listsGerman M. Bravo2013-08-161-17/+13
* Comparisions return Boolean typeGerman M. Bravo2013-08-161-6/+5
* Sprite maps fixedGerman M. Bravo2013-08-161-9/+9
* Added variable name to TypeErrorGerman M. Bravo2013-08-161-1/+1
* Wrong name fixedGerman M. Bravo2013-08-161-1/+1
* Explode loudly when a Python type makes it into Sass-land.Eevee (Alex Munroe)2013-08-162-8/+13
* Fix (and test) nest() to not build lists of Python strings.Eevee (Alex Munroe)2013-08-162-19/+35
* Prettier lists reprGerman M. Bravo2013-08-161-2/+2
* Number() for loopsGerman M. Bravo2013-08-161-1/+1
* Fixed image-url()'s src-colorGerman M. Bravo2013-08-162-4/+5
* Failed parses should return opaque Strings. More often.Eevee (Alex Munroe)2013-08-161-1/+1
* Allow Sass values in scss_vars.Eevee (Alex Munroe)2013-08-161-5/+8
* @raw and @print fixedGerman M. Bravo2013-08-161-4/+4
* Removed legacy StringValue, ColorValue, *Value classesGerman M. Bravo2013-08-1613-336/+374
* Restore support for properties without colons.Eevee (Alex Munroe)2013-08-162-3/+8
* Fix indentation in this old doctest.Eevee (Alex Munroe)2013-08-161-3/+3
* Rename test files to ditch the useless numeric prefixes.Eevee (Alex Munroe)2013-08-1668-15/+0
* Maps can have literals as keys, they also take multiple optional commas (igno...German M. Bravo2013-08-163-62/+106
* Make _native py3k-friendly.Eevee (Alex Munroe)2013-08-161-1/+2
* Force predefined variables to be Sass values.Eevee (Alex Munroe)2013-08-162-21/+36
* Make `pyscss -t` run the py.test suite.Eevee (Alex Munroe)2013-08-162-1279/+5
* Fudge background-noise test into passing.Eevee (Alex Munroe)2013-08-161-1/+1
* Test for trailing comma in an argspec.Eevee (Alex Munroe)2013-08-162-0/+10
* Make py.test have reasonable default behavior.Eevee (Alex Munroe)2013-08-165-16/+64
* first-value-of() fixed to maybe receive listsGerman M. Bravo2013-08-161-10/+8
* Merge branch 'experimental-maps'Eevee (Alex Munroe)2013-08-1614-24/+274
|\