| Commit message (Expand) | Author | Age | Files | Lines |
* | Map literals in Parsley, and a few other minor fixes.parsley | Eevee (Alex Munroe) | 2013-08-23 | 1 | -2/+1 |
* | Make variables in url() work. Greatly simplify #{} parsing. | Eevee (Alex Munroe) | 2013-08-23 | 1 | -1/+1 |
* | Port the grammar to Parsley. Working, but unfinished. | Eevee (Alex Munroe) | 2013-08-23 | 1 | -0/+6 |
* | Gradient cleanup, now with tests! Also unbreaks radial-gradient. | Eevee (Alex Munroe) | 2013-08-21 | 4 | -2/+199 |
* | Numbers with incompatible units should still compare as unequal. | Eevee (Alex Munroe) | 2013-08-21 | 1 | -0/+16 |
* | Fix linear-gradient, yet again. | Eevee (Alex Munroe) | 2013-08-21 | 1 | -2/+3 |
* | Numbers can always compare to unitless numbers. Expand Number tests. | Eevee (Alex Munroe) | 2013-08-21 | 1 | -2/+25 |
* | Tidy up @include implementation; don't let args overwrite globals. | Eevee (Alex Munroe) | 2013-08-20 | 2 | -0/+19 |
* | Fix test output for kronuz/mul-em. | Eevee (Alex Munroe) | 2013-08-20 | 1 | -1/+1 |
* | Fix wrapping/indentation on extend test output. | Eevee (Alex Munroe) | 2013-08-19 | 2 | -7/+4 |
* | Add e, pow, log, and sqrt functions from Compass. | Eevee (Alex Munroe) | 2013-08-19 | 1 | -1/+20 |
* | Split type-system tests into their own file, and rewrite without the parser. | Eevee (Alex Munroe) | 2013-08-19 | 2 | -90/+113 |
* | Added menu example, missing files and sample generated css (which nonetheless... | German M. Bravo | 2013-08-19 | 8 | -17/+558 |
* | Added more tests we need to get passed | German M. Bravo | 2013-08-18 | 22 | -0/+1281 |
* | Add static root path to tests | German M. Bravo | 2013-08-18 | 1 | -2/+3 |
* | Function declarations need parentheses at the start and at the end in Ruby as... | German M. Bravo | 2013-08-18 | 2 | -11/+0 |
* | Added test (from fancy buttons scss framework) | German M. Bravo | 2013-08-17 | 2 | -0/+11 |
* | Using css built-in functions vs. css & scss functions vs. non-existent functions | German M. Bravo | 2013-08-17 | 1 | -0/+11 |
* | Functions and mixins can use other variables from the call (funcitons code re... | German M. Bravo | 2013-08-17 | 2 | -0/+16 |
* | Test fixed & PEP8 | German M. Bravo | 2013-08-17 | 1 | -3/+10 |
* | Fix (and test) nest() to not build lists of Python strings. | Eevee (Alex Munroe) | 2013-08-16 | 1 | -1/+7 |
* | Removed legacy StringValue, ColorValue, *Value classes | German M. Bravo | 2013-08-16 | 3 | -44/+91 |
* | Restore support for properties without colons. | Eevee (Alex Munroe) | 2013-08-16 | 1 | -2/+2 |
* | 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 |
* | Make `pyscss -t` run the py.test suite. | Eevee (Alex Munroe) | 2013-08-16 | 1 | -1277/+0 |
* | 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 |
* | Merge branch 'experimental-maps' | Eevee (Alex Munroe) | 2013-08-16 | 9 | -0/+93 |
|\ |
|
| * | Another test for destructing @each.experimental-maps | Eevee (Alex Munroe) | 2013-08-15 | 2 | -0/+24 |
| * | Support destructuring @each. | Eevee (Alex Munroe) | 2013-08-15 | 4 | -0/+34 |
| * | Experimental first crack at maps support. | Eevee (Alex Munroe) | 2013-08-15 | 3 | -0/+35 |
* | | Interpolation test passes! | Eevee (Alex Munroe) | 2013-08-16 | 2 | -4/+5 |
* | | Sass documentation tests pass. | Eevee (Alex Munroe) | 2013-08-16 | 1 | -8/+12 |
* | | Add some non-tests for "extra" functions. | Eevee (Alex Munroe) | 2013-08-16 | 1 | -0/+31 |
|/ |
|
* | Make py.test parametrization show friendlier test names. | Eevee (Alex Munroe) | 2013-08-14 | 1 | -2/+3 |
* | Treat !important as a bareword. | Eevee (Alex Munroe) | 2013-08-14 | 1 | -1/+8 |
* | Cancel convertable units in the Number constructor. #180 | Eevee (Alex Munroe) | 2013-08-13 | 3 | -3/+5 |
* | Force variable assignment to always perform division. | Eevee (Alex Munroe) | 2013-08-13 | 2 | -0/+8 |
* | Unbreak parsing of argument-less functions. | Eevee (Alex Munroe) | 2013-08-13 | 2 | -0/+10 |
* | Fix unquote() to work on lists. | Eevee (Alex Munroe) | 2013-08-13 | 1 | -5/+15 |
* | Fix test_expression to use real types. Minor type fixes. | Eevee (Alex Munroe) | 2013-08-13 | 1 | -53/+54 |
* | Simplified ColorValue considerably. | Eevee (Alex Munroe) | 2013-08-09 | 14 | -20/+20 |
* | Fix the Compass headings() function. | Eevee (Alex Munroe) | 2013-08-08 | 1 | -1/+6 |
* | Clean up ListValue, rename to List. | Eevee (Alex Munroe) | 2013-08-08 | 1 | -3/+0 |
* | Quick test for nested scopes. | Eevee (Alex Munroe) | 2013-08-01 | 2 | -0/+19 |
* | enumerate() should never return quoted strings. | Eevee (Alex Munroe) | 2013-08-01 | 1 | -0/+1 |
* | Remove old unit stuff. | Eevee (Alex Munroe) | 2013-07-31 | 1 | -1/+0 |
* | Rewrite NumberValue to handle arbitrary unit combinations. | Eevee (Alex Munroe) | 2013-07-31 | 8 | -19/+23 |