| Commit message (Expand) | Author | Age | Files | Lines |
| * | Bump version to 1.3.5v1.3.51.3.x | Eevee (Lexy Munroe) | 2016-06-08 | 1 | -2/+2 |
| * | Merge pull request #343 from PhilipGarnero/allow-dots-in-filenames | Eevee | 2016-06-08 | 19 | -5/+43 |
| |\ |
|
| | * | better check on file path to allow dots in filenames | Philip Garnero | 2015-07-03 | 19 | -5/+43 |
| * | | Merge pull request #332 from dexbol/narrow-build | Eevee | 2016-06-08 | 1 | -1/+5 |
| |\ \ |
|
| | * | | Workaround for narrow Python build | dexbol | 2015-03-23 | 1 | -1/+5 |
| * | | | Avoid precision loss when converting between units. Fixes #330 | Eevee (Lexy Munroe) | 2016-06-08 | 4 | -10/+36 |
| * | | | if()'s arguments are evaluated lazily. Fixes #339 | Eevee (Lexy Munroe) | 2016-06-08 | 6 | -31/+76 |
| * | | | Leave invert(N) alone; it's a CSS filter. Fixes #331 | Eevee (Lexy Munroe) | 2016-06-08 | 2 | -0/+11 |
| * | | | Support trailing combinators in selectors. Fixes #351 | Eevee (Lexy Munroe) | 2016-06-08 | 3 | -5/+48 |
| * | | | Support -moz-calc and -webkit-calc, too. Fixes #348 | Eevee (Lexy Munroe) | 2016-06-08 | 4 | -4/+8 |
| * | | | "opacity" in IE filter nonsense should be case-insensitive, re #341 | Eevee (Lexy Munroe) | 2016-06-08 | 2 | -6/+6 |
| * | | | Strip scalar null properties from output. Fixes #337 | Eevee (Lexy Munroe) | 2016-06-08 | 1 | -0/+2 |
| * | | | append() should default to spaces. Fixes #335 | Eevee (Lexy Munroe) | 2016-06-08 | 3 | -22/+31 |
| * | | | Compass should treat currentColor as a color. Fixes #354 | Eevee (Lexy Munroe) | 2016-06-08 | 3 | -3/+15 |
| * | | | Add the Sass 3.4 *-exists functions. Fixes #226, #229, #353 | Eevee (Lexy Munroe) | 2016-06-08 | 6 | -13/+116 |
| * | | | Avoid stripping inline comments that are part of URLs. Fixes #350 | Eevee (Lexy Munroe) | 2016-06-08 | 4 | -1/+15 |
| * | | | Fix fonts extension under Python 3, and fix expected output | Eevee (Lexy Munroe) | 2016-06-08 | 2 | -7/+7 |
| * | | | Put @imported rules in the place they were imported. Fixes #352 | Eevee (Lexy Munroe) | 2016-06-08 | 3 | -74/+24 |
| * | | | Fixes length calculation for str_slice edge cases | William Anderson | 2015-08-04 | 1 | -2/+2 |
| * | | | Adds test for str_slice edge cases | William Anderson | 2015-08-04 | 1 | -0/+3 |
| * | | | Increases parity of str-slice with Sass str-slice | William Anderson | 2015-08-04 | 1 | -2/+6 |
| * | | | Added source_files to legacy compiler | German M. Bravo | 2015-07-19 | 1 | -1/+7 |
| * | | | Improved deprecation warning messages | German M. Bravo | 2015-07-17 | 1 | -2/+2 |
| | |/
|/| |
|
| * | | Added less2scss command | German M. Bravo | 2015-04-10 | 1 | -0/+106 |
| |/ |
|
| * | Don't truncate alpha in rgba(...) to two places. Fixes #329. | Eevee (Alex Munroe) | 2015-02-23 | 1 | -1/+1 |
| * | comment | Eevee (Alex Munroe) | 2015-01-22 | 1 | -0/+7 |
| * | Fix (by ignoring) bare properties in @variables. | Eevee (Alex Munroe) | 2015-01-16 | 1 | -3/+1 |
| * | Encode the output to UTF-8 before writing to file | kernc | 2015-01-06 | 1 | -2/+2 |
| * | Bump version to 1.3.4.v1.3.4 | Eevee (Alex Munroe) | 2014-12-15 | 1 | -2/+2 |
| * | Avoid u'' for 3.2's sake. | Eevee (Alex Munroe) | 2014-12-10 | 1 | -1/+4 |
| * | Stop using apply_vars on block arguments; use the parser instead. | Eevee (Alex Munroe) | 2014-12-10 | 4 | -9/+58 |
| * | Fix parsing of `@if(...)`, where there's no literal space. | Eevee (Alex Munroe) | 2014-12-10 | 4 | -15/+28 |
| * | Make line numbers in errors moderately less wrong. | Eevee (Alex Munroe) | 2014-12-10 | 5 | -24/+36 |
| * | Fix handling of relative imports again. | Eevee (Alex Munroe) | 2014-12-09 | 1 | -6/+10 |
| * | Fix the fallback behavior of / and - on non-strings. | Eevee (Alex Munroe) | 2014-12-09 | 1 | -2/+2 |
| * | Merge pull request #314 from xen0n/modulo-expression | Eevee | 2014-12-09 | 4 | -7/+37 |
| |\ |
|
| | * | Implement modulo support in Number. | Wang Xuerui | 2014-11-01 | 1 | -0/+18 |
| | * | Add parser support for modulo expression. | Wang Xuerui | 2014-11-01 | 2 | -7/+14 |
| | * | Add test cases for modulo expression. | Wang Xuerui | 2014-11-01 | 1 | -0/+5 |
| * | | Bump version to 1.3.3.v1.3.3 | Eevee (Alex Munroe) | 2014-11-18 | 1 | -2/+2 |
| * | | Add Compiler.compile_sources. | Eevee (Alex Munroe) | 2014-11-12 | 2 | -1/+13 |
| * | | Comment update. | Eevee (Alex Munroe) | 2014-11-12 | 1 | -8/+4 |
| * | | Restore a missing `return`. | Eevee (Alex Munroe) | 2014-11-12 | 1 | -1/+1 |
| * | | URLs with quotes should produce Url, not Function. Fixes #312. | Eevee (Alex Munroe) | 2014-11-12 | 1 | -1/+9 |
| * | | Undocumented support for allowing @import to work on .css files. | Eevee (Alex Munroe) | 2014-11-12 | 3 | -3/+12 |
| |/ |
|
| * | Bump version to 1.3.2.v1.3.2 | Eevee (Alex Munroe) | 2014-10-17 | 1 | -2/+2 |
| * | Nits: fix phrasing in README, stop printing contents of scss_meta, put badges... | Eevee (Alex Munroe) | 2014-10-17 | 1 | -10/+0 |
| * | Allow arbitrary expressions as map keys, beyond the first key. Fixes #306. | Eevee (Alex Munroe) | 2014-10-17 | 4 | -4/+31 |
| * | Un-xfail the IE alpha() test. | Eevee (Alex Munroe) | 2014-10-17 | 1 | -6/+6 |
| * | Fix core tests to check for commas; fix join's auto behavior. Fixes #307. | Eevee (Alex Munroe) | 2014-10-17 | 2 | -71/+92 |