aboutsummaryrefslogtreecommitdiffstats
path: root/theme-compiler
Commit message (Expand)AuthorAgeFilesLines
* Refactor node traversal and empty node removal.Henri Sara2012-11-233-21/+53
* Fixes #6714 #10330 - wraps theme in themename{}, creates legacy-styles.css, ...Marc Englund2012-11-231-7/+24
* Warns and removes if parent reference '&' is used w/o parent, fixes #10327Marc Englund2012-11-224-0/+37
* Combine Sass Block node handlers (parent selector), commentsHenri Sara2012-11-225-81/+57
* Fixes #10308 (parent reference & causes non-parent selectors to be dropped)Marc Englund2012-11-213-9/+31
* Global code cleanupLeif Åstrand2012-11-212-1/+2
* Merge "(#10186) Using the lighten function breaks up any later references to ...Marc Englund2012-11-201-2/+4
|\
| * (#10186) Using the lighten function breaks up any later references to the par...Sebastian Nyholm2012-11-151-2/+4
* | Merge "(#10174) Value of a variable cannot be assigned to another variable"Marc Englund2012-11-205-3/+10
|\ \
| * | (#10174) Value of a variable cannot be assigned to another variableSebastian Nyholm2012-11-155-3/+10
| |/
* | Merge "(#10182) Rule order not preserved when using parent reference in sass"Marc Englund2012-11-206-16/+25
|\ \
| * | (#10182) Rule order not preserved when using parent reference in sassSebastian Nyholm2012-11-156-16/+25
| |/
* | Merge "SassCompiler finds input in a better way, fixes #10299"Artur Signell2012-11-201-5/+11
|\ \ | |/ |/|
| * SassCompiler finds input in a better way, fixes #10299Marc Englund2012-11-201-5/+11
* | Fixed ClassloaderResolver on Windows (#9606)Artur Signell2012-11-121-0/+4
|/
* Fixes #10166 SassCompiler parent reference in middle of selector bugsSebastian Nyholm2012-11-121-1/+1
* ParentSelectorHandler was using wrong HashMap implementationSebastian Nyholm2012-11-121-1/+1
* Fixes #9545 SASS mixin nesting bugs with mixin. Fixes issue with blocknodes s...Sebastian Nyholm2012-11-121-2/+13
* Fixes #9546, #9974, #10100, #10105Sebastian Nyholm2012-11-0850-1180/+910
* Fixes #9871 (originally by Seba, re-added test in reindeer.css)Marc Englund2012-10-162-1/+7
* Fix for #9471 Original by Seba, removed erronous empty lines from test-css.Marc Englund2012-10-152-4/+2
* Fixes Ticket #9408 (orig by Seba)Marc Englund2012-10-153-25/+37
* list append and contains for #9380Marc Englund2012-10-1517-1644/+2336
* Explained one commented out lineMarc Englund2012-10-121-0/+1
* Only ignore NoClassDefFoundError if SmartSprites is missing (#9943)Leif Åstrand2012-10-111-9/+12
* Changed the convention for importing themes from e.g @import "reindeer.scss" ...Marc Englund2012-10-101-25/+28
* Explicitly specify symbolic names for each bundle to prevent names like "com...Johannes Dahlström2012-10-091-0/+1
* Merge branch 'sass'John Ahlroos2012-10-0824-6805/+6951
|\
| * Made test pass by correcting css and removing failing rulesArtur Signell2012-10-051-10/+5
| * Adds one test for sass mixinsMarc Englund2012-10-042-2/+24
| * Sass mixin cleanup (author: seba)Marc Englund2012-10-043-18/+2
| * Fully fixes #9846, sass mixins with multiple optional params (author: seba)Marc Englund2012-10-043-611/+679
| * Partial fix for sass mixins with multiple optional params #9846 (author: seba)Marc Englund2012-10-045-511/+622
| * Adds support for CSS3 selectors #9858 (autor: seba)Marc Englund2012-10-045-991/+1066
| * FontFace nodes are created correctly, fixes #9611 (author: seba)Marc Englund2012-10-042-2/+23
| * Merge branch 'master' into sassMarc Englund2012-10-014-22/+16
| |\
| * | Improves remove() for #9380Marc Englund2012-09-2710-781/+983
| * | Fixes #9492 so that interpolation of mixin parameters works as expectedMarc Englund2012-09-2710-5893/+5560
* | | Use Flute from vaadin-shared-deps (#9612)Artur Signell2012-10-042-7/+3
* | | Revert "FontFace nodes are created correctly, fixes #9611"Marc Englund2012-10-042-23/+2
* | | FontFace nodes are created correctly, fixes #9611Marc Englund2012-10-042-2/+23
| |/ |/|
* | Global code cleanupLeif Åstrand2012-09-277-26/+19
|/
* Remove ScssServlet (#9647)Artur Signell2012-09-241-60/+0
* Big SassCompiler change, fixes #9411 #9489 partials for #9354 #9545 #9380 (ap...Marc Englund2012-09-2143-7126/+8612
* SassCompiler: better error-reporting, for e.g #9589 and generally useful. (ap...Marc Englund2012-09-202-0/+35
* Include flute files also in theme-compiler (in addition to client) for now (#...7.0.0.beta1Artur Signell2012-09-142-4/+11
* Include all libs for tests aswell (#9604)Artur Signell2012-09-141-5/+5
* Changed servlet api dependency to 2.4 (#9605)Artur Signell2012-09-141-1/+1
* Ensure dependencies are not 'optional' in pom.xml (#9604)Artur Signell2012-09-141-10/+21
* Applying patch: remak of variable handling in sass (partial for e.g #9492 and...Marc Englund2012-09-1143-1454/+2372