Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added menu example, missing files and sample generated css (which ↵ | German M. Bravo | 2013-08-19 | 8 | -17/+558 | |
| | | | | nonetheless has bugs...) | |||||
* | Assets and static default urls are relative now | German M. Bravo | 2013-08-19 | 1 | -2/+2 | |
| | ||||||
* | Added more tests we need to get passed | German M. Bravo | 2013-08-18 | 22 | -0/+1281 | |
| | ||||||
* | Added inline sprite maps | German M. Bravo | 2013-08-18 | 1 | -14/+39 | |
| | ||||||
* | Inline images fixed | German M. Bravo | 2013-08-18 | 1 | -1/+5 | |
| | ||||||
* | Add static root path to tests | German M. Bravo | 2013-08-18 | 1 | -2/+3 | |
| | ||||||
* | Added $cache-buster argument to sprite map functions | German M. Bravo | 2013-08-18 | 1 | -6/+16 | |
| | ||||||
* | Improved errors returned from the scanner | German M. Bravo | 2013-08-18 | 2 | -4/+4 | |
| | ||||||
* | url() is generated the same way always now | German M. Bravo | 2013-08-18 | 2 | -2/+2 | |
| | ||||||
* | Function declarations need parentheses at the start and at the end in Ruby ↵ | German M. Bravo | 2013-08-18 | 3 | -41/+4 | |
| | | | | as well | |||||
* | Experimental _get_funct_def() for function calls with no surrounding parentheses | German M. Bravo | 2013-08-17 | 1 | -2/+29 | |
| | ||||||
* | Parentheses for maps too | German M. Bravo | 2013-08-17 | 2 | -4/+4 | |
| | ||||||
* | Added test (from fancy buttons scss framework) | German M. Bravo | 2013-08-17 | 2 | -0/+11 | |
| | ||||||
* | Better repr() for Expressions | German M. Bravo | 2013-08-17 | 1 | -1/+37 | |
| | ||||||
* | Better repr() for Values | German M. Bravo | 2013-08-17 | 1 | -4/+11 | |
| | ||||||
* | Using css built-in functions vs. css & scss functions vs. non-existent functions | German M. Bravo | 2013-08-17 | 2 | -24/+36 | |
| | ||||||
* | AST cache is in a per-target basis (also, cache is now in the Calculator ↵ | German M. Bravo | 2013-08-17 | 1 | -3/+10 | |
| | | | | class type | |||||
* | Functions and mixins can use other variables from the call (funcitons code ↵ | German M. Bravo | 2013-08-17 | 4 | -86/+151 | |
| | | | | restructured) | |||||
* | ArgspecLiteral should return Undefined instead of None (for missing values) | German M. Bravo | 2013-08-17 | 1 | -1/+1 | |
| | ||||||
* | Variable renamed | German M. Bravo | 2013-08-17 | 1 | -2/+2 | |
| | ||||||
* | Test fixed & PEP8 | German M. Bravo | 2013-08-17 | 1 | -3/+10 | |
| | ||||||
* | Exceptions during evaluation are ignored unless DEBUG is on (otherwise ↵ | German M. Bravo | 2013-08-17 | 1 | -7/+8 | |
| | | | | things get broken, like 'filter: grayscale(1) brightness(.1);' for example) | |||||
* | Function name stripped for mixins and functions | German M. Bravo | 2013-08-17 | 1 | -1/+3 | |
| | ||||||
* | Sprite maps position doing something... | German M. Bravo | 2013-08-17 | 1 | -10/+9 | |
| | ||||||
* | Sprite map functions return lists | German M. Bravo | 2013-08-16 | 1 | -17/+13 | |
| | ||||||
* | Comparisions return Boolean type | German M. Bravo | 2013-08-16 | 1 | -6/+5 | |
| | ||||||
* | Sprite maps fixed | German M. Bravo | 2013-08-16 | 1 | -9/+9 | |
| | ||||||
* | Added variable name to TypeError | German M. Bravo | 2013-08-16 | 1 | -1/+1 | |
| | ||||||
* | Wrong name fixed | German M. Bravo | 2013-08-16 | 1 | -1/+1 | |
| | ||||||
* | Explode loudly when a Python type makes it into Sass-land. | Eevee (Alex Munroe) | 2013-08-16 | 2 | -8/+13 | |
| | ||||||
* | Fix (and test) nest() to not build lists of Python strings. | Eevee (Alex Munroe) | 2013-08-16 | 2 | -19/+35 | |
| | ||||||
* | Prettier lists repr | German M. Bravo | 2013-08-16 | 1 | -2/+2 | |
| | ||||||
* | Number() for loops | German M. Bravo | 2013-08-16 | 1 | -1/+1 | |
| | ||||||
* | Fixed image-url()'s src-color | German M. Bravo | 2013-08-16 | 2 | -4/+5 | |
| | ||||||
* | Failed parses should return opaque Strings. More often. | Eevee (Alex Munroe) | 2013-08-16 | 1 | -1/+1 | |
| | ||||||
* | Allow Sass values in scss_vars. | Eevee (Alex Munroe) | 2013-08-16 | 1 | -5/+8 | |
| | ||||||
* | @raw and @print fixed | German M. Bravo | 2013-08-16 | 1 | -4/+4 | |
| | ||||||
* | Removed legacy StringValue, ColorValue, *Value classes | German M. Bravo | 2013-08-16 | 13 | -336/+374 | |
| | ||||||
* | Restore support for properties without colons. | Eevee (Alex Munroe) | 2013-08-16 | 2 | -3/+8 | |
| | ||||||
* | Fix indentation in this old doctest. | Eevee (Alex Munroe) | 2013-08-16 | 1 | -3/+3 | |
| | ||||||
* | Rename test files to ditch the useless numeric prefixes. | Eevee (Alex Munroe) | 2013-08-16 | 68 | -15/+0 | |
| | ||||||
* | Maps can have literals as keys, they also take multiple optional commas ↵ | German M. Bravo | 2013-08-16 | 3 | -62/+106 | |
| | | | | (ignored). Grammar re-organized | |||||
* | Make _native py3k-friendly. | Eevee (Alex Munroe) | 2013-08-16 | 1 | -1/+2 | |
| | ||||||
* | Force predefined variables to be Sass values. | Eevee (Alex Munroe) | 2013-08-16 | 2 | -21/+36 | |
| | ||||||
* | Make `pyscss -t` run the py.test suite. | Eevee (Alex Munroe) | 2013-08-16 | 2 | -1279/+5 | |
| | ||||||
* | Fudge background-noise test into passing. | Eevee (Alex Munroe) | 2013-08-16 | 1 | -1/+1 | |
| | ||||||
* | Test for trailing comma in an argspec. | Eevee (Alex Munroe) | 2013-08-16 | 2 | -0/+10 | |
| | ||||||
* | Make py.test have reasonable default behavior. | Eevee (Alex Munroe) | 2013-08-16 | 4 | -15/+57 | |
| | | | | | - Tests ported from Ruby and sassc are skipped by default. - New xfail directory for test files known to be broken. | |||||
* | first-value-of() fixed to maybe receive lists | German M. Bravo | 2013-08-16 | 1 | -10/+8 | |
| | ||||||
* | Merge branch 'experimental-maps' | Eevee (Alex Munroe) | 2013-08-16 | 14 | -24/+274 | |
|\ | | | | | | | | | | | | | Conflicts: scss/expression.py scss/src/grammar/grammar.g scss/src/grammar/grammar.py |