| Commit message (Expand) | Author | Age | Files | Lines |
* | Selector now can begin with a combinator. (Ticket #10754) | Haijian Wang | 2013-02-19 | 3 | -1169/+1152 |
* | more than expected params in mixin throws IOB exception. (Ticket #10988) | Haijian Wang | 2013-02-19 | 1 | -5/+26 |
* | Fixed logic error causing IOException if stream supports mark (#10851) | Artur Signell | 2013-02-19 | 2 | -9/+14 |
* | SASS fails to parse CSS expression function. (Ticket #9870) | Haijian Wang | 2013-02-14 | 3 | -6152/+6192 |
* | ParseException does not output file name (Ticket #10967) | Haijian Wang | 2013-02-14 | 2 | -1/+45 |
* | Merge "Sass replaces variables based on substring matches. (Tickets #10508, #... | Henri Sara | 2013-02-13 | 8 | -40/+74 |
|\ |
|
| * | Sass replaces variables based on substring matches. (Tickets #10508, | Haijian Wang | 2013-02-13 | 8 | -40/+74 |
* | | Paser doesn't know CSS 'lem' and 'rem'. (Ticket #11024) | Haijian Wang | 2013-02-13 | 6 | -6377/+5577 |
* | | Merge "Referencing multiple params in multiple lines inside mixin (Ticket #10... | Henri Sara | 2013-02-12 | 1 | -15/+19 |
|\ \
| |/
|/| |
|
| * | Referencing multiple params in multiple lines inside mixin (Ticket | Haijian Wang | 2013-02-12 | 1 | -15/+19 |
* | | pseudo-class css selector fails the parser. (Ticket 10316) | Haijian Wang | 2013-02-11 | 2 | -1881/+1692 |
|/ |
|
* | Add license header for a couple of files | Haijian Wang | 2013-01-10 | 6 | -12800/+14971 |
* | Preserve UTF-8 in imported files and output @charset in generated css | Haijian Wang | 2013-01-09 | 4 | -171/+198 |
* | Supports @keyframes, related to Ticket #10000 | Haijian Wang | 2013-01-09 | 8 | -2604/+3559 |
* | supports contains in @if, related to Ticket #9975 | Haijian Wang | 2013-01-08 | 4 | -1097/+1127 |
* | support interpolation in property name (#9410) | Haijian Wang | 2013-01-04 | 5 | -922/+933 |
* | Updated copyright notices and added missing license headers | Artur Signell | 2013-01-04 | 70 | -34/+574 |
* | Merge "fix Ticket #10506, remove quotes in url path" | Henri Sara | 2013-01-02 | 1 | -1/+3 |
|\ |
|
| * | fix Ticket #10506, remove quotes in url path | Haijian Wang | 2013-01-02 | 1 | -1/+3 |
* | | Minor fix to SASS else-if condition parsing. | Henri Sara | 2013-01-02 | 2 | -3/+3 |
* | | Sass parser refactoring to reduce duplication. | Henri Sara | 2013-01-02 | 2 | -1113/+1311 |
* | | Extend support for Microsoft filter expressions in SASS (#10597) | Henri Sara | 2012-12-27 | 2 | -328/+358 |
|/ |
|
* | Copy unrecognized @ rules to output as is (#10486) | Henri Sara | 2012-12-19 | 3 | -632/+776 |
* | Use separate scope for variables within a mixin (#10453) | Henri Sara | 2012-12-14 | 2 | -8/+51 |
* | Accept anything as pseudo function parameters (#10316) | Henri Sara | 2012-12-07 | 2 | -849/+776 |
* | Support @if in @mixin (#10438) | Henri Sara | 2012-11-30 | 2 | -9/+20 |
* | Eliminate ambiguity between pseudos and properties (#10406) | Henri Sara | 2012-11-29 | 2 | -658/+1372 |
* | Merge "Add lookahead to eliminate SASS parsing ambiguity" | Marc Englund | 2012-11-29 | 2 | -49/+64 |
|\ |
|
| * | Add lookahead to eliminate SASS parsing ambiguity | Henri Sara | 2012-11-28 | 2 | -49/+64 |
* | | Regenerate some SASS parser files to reduce warnings. | Henri Sara | 2012-11-28 | 3 | -3/+3 |
|/ |
|
* | Support for all valid CSS selectors (#10316) | Henri Sara | 2012-11-27 | 4 | -1423/+1496 |
* | Keep block order when unnesting (#10309) | Henri Sara | 2012-11-26 | 2 | -7/+13 |
* | Make most of the sass compiler API internal, fixes #10339 | Marc Englund | 2012-11-23 | 71 | -195/+197 |
* | Refactor node traversal and empty node removal. | Henri Sara | 2012-11-23 | 3 | -21/+53 |
* | Fixes #6714 #10330 - wraps theme in themename{}, creates legacy-styles.css, ... | Marc Englund | 2012-11-23 | 1 | -7/+24 |
* | Warns and removes if parent reference '&' is used w/o parent, fixes #10327 | Marc Englund | 2012-11-22 | 2 | -0/+29 |
* | Combine Sass Block node handlers (parent selector), comments | Henri Sara | 2012-11-22 | 5 | -81/+57 |
* | Fixes #10308 (parent reference & causes non-parent selectors to be dropped) | Marc Englund | 2012-11-21 | 1 | -7/+5 |
* | Global code cleanup | Leif Åstrand | 2012-11-21 | 2 | -1/+2 |
* | Merge "(#10186) Using the lighten function breaks up any later references to ... | Marc Englund | 2012-11-20 | 1 | -2/+4 |
|\ |
|
| * | (#10186) Using the lighten function breaks up any later references to the par... | Sebastian Nyholm | 2012-11-15 | 1 | -2/+4 |
* | | Merge "(#10174) Value of a variable cannot be assigned to another variable" | Marc Englund | 2012-11-20 | 2 | -0/+3 |
|\ \ |
|
| * | | (#10174) Value of a variable cannot be assigned to another variable | Sebastian Nyholm | 2012-11-15 | 2 | -0/+3 |
| |/ |
|
* | | Merge "(#10182) Rule order not preserved when using parent reference in sass" | Marc Englund | 2012-11-20 | 3 | -13/+15 |
|\ \ |
|
| * | | (#10182) Rule order not preserved when using parent reference in sass | Sebastian Nyholm | 2012-11-15 | 3 | -13/+15 |
| |/ |
|
* | | Merge "SassCompiler finds input in a better way, fixes #10299" | Artur Signell | 2012-11-20 | 1 | -5/+11 |
|\ \
| |/
|/| |
|
| * | SassCompiler finds input in a better way, fixes #10299 | Marc Englund | 2012-11-20 | 1 | -5/+11 |
* | | Fixed ClassloaderResolver on Windows (#9606) | Artur Signell | 2012-11-12 | 1 | -0/+4 |
|/ |
|
* | Fixes #10166 SassCompiler parent reference in middle of selector bugs | Sebastian Nyholm | 2012-11-12 | 1 | -1/+1 |
* | ParentSelectorHandler was using wrong HashMap implementation | Sebastian Nyholm | 2012-11-12 | 1 | -1/+1 |