| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | 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 |
* | Fixes #9545 SASS mixin nesting bugs with mixin. Fixes issue with blocknodes s... | Sebastian Nyholm | 2012-11-12 | 1 | -2/+13 |
* | Fixes #9546, #9974, #10100, #10105 | Sebastian Nyholm | 2012-11-08 | 43 | -841/+905 |
* | Fixes #9871 (originally by Seba, re-added test in reindeer.css) | Marc Englund | 2012-10-16 | 1 | -1/+3 |
* | Fix for #9471 Original by Seba, removed erronous empty lines from test-css. | Marc Englund | 2012-10-15 | 1 | -1/+1 |
* | Fixes Ticket #9408 (orig by Seba) | Marc Englund | 2012-10-15 | 3 | -25/+37 |
* | list append and contains for #9380 | Marc Englund | 2012-10-15 | 14 | -1644/+2271 |
* | Explained one commented out line | Marc Englund | 2012-10-12 | 1 | -0/+1 |
* | Only ignore NoClassDefFoundError if SmartSprites is missing (#9943) | Leif Åstrand | 2012-10-11 | 1 | -9/+12 |
* | Changed the convention for importing themes from e.g @import "reindeer.scss" ... | Marc Englund | 2012-10-10 | 1 | -25/+28 |
* | Sass mixin cleanup (author: seba) | Marc Englund | 2012-10-04 | 3 | -18/+2 |
* | Fully fixes #9846, sass mixins with multiple optional params (author: seba) | Marc Englund | 2012-10-04 | 2 | -610/+678 |
* | Partial fix for sass mixins with multiple optional params #9846 (author: seba) | Marc Englund | 2012-10-04 | 3 | -509/+618 |
* | Adds support for CSS3 selectors #9858 (autor: seba) | Marc Englund | 2012-10-04 | 4 | -991/+1062 |
* | FontFace nodes are created correctly, fixes #9611 (author: seba) | Marc Englund | 2012-10-04 | 2 | -2/+23 |
* | Merge branch 'master' into sass | Marc Englund | 2012-10-01 | 4 | -22/+16 |
|\ |
|
| * | Global code cleanup | Leif Åstrand | 2012-09-27 | 7 | -26/+19 |
* | | Improves remove() for #9380 | Marc Englund | 2012-09-27 | 8 | -779/+965 |
* | | Fixes #9492 so that interpolation of mixin parameters works as expected | Marc Englund | 2012-09-27 | 7 | -5890/+5546 |
|/ |
|
* | Remove ScssServlet (#9647) | Artur Signell | 2012-09-24 | 1 | -60/+0 |
* | Big SassCompiler change, fixes #9411 #9489 partials for #9354 #9545 #9380 (ap... | Marc Englund | 2012-09-21 | 25 | -7020/+8400 |
* | SassCompiler: better error-reporting, for e.g #9589 and generally useful. (ap... | Marc Englund | 2012-09-20 | 2 | -0/+35 |
* | Applying patch: remak of variable handling in sass (partial for e.g #9492 and... | Marc Englund | 2012-09-11 | 34 | -1371/+2252 |
* | Compile themes without sprites if SmartSprites is not found | Artur Signell | 2012-09-11 | 1 | -7/+14 |
* | Always try to compile sprites but use original styles.css if no sprites were ... | Artur Signell | 2012-09-11 | 1 | -10/+11 |
* | Use sprites for all themes (#9299) | Artur Signell | 2012-09-11 | 1 | -1/+1 |
* | Use correct version in precompiled themes (#9528) | Artur Signell | 2012-09-10 | 1 | -3/+4 |
* | Added themes-compiled module (#9299) | Artur Signell | 2012-09-09 | 2 | -121/+114 |
* | Created separate build.xml files for each module (#9299) | Artur Signell | 2012-09-09 | 1 | -0/+121 |
* | Renamed sass -> theme-compiler for consistency (#9299) | Artur Signell | 2012-09-07 | 63 | -0/+17739 |