aboutsummaryrefslogtreecommitdiffstats
path: root/theme-compiler/src/com/vaadin/sass/visitor/BlockNodeHandler.java
Commit message (Expand)AuthorAgeFilesLines
* Make most of the sass compiler API internal, fixes #10339Marc Englund2012-11-231-111/+0
* Refactor node traversal and empty node removal.Henri Sara2012-11-231-9/+3
* Warns and removes if parent reference '&' is used w/o parent, fixes #10327Marc Englund2012-11-221-0/+25
* Combine Sass Block node handlers (parent selector), commentsHenri Sara2012-11-221-13/+31
* Global code cleanupLeif Åstrand2012-11-211-1/+1
* (#10182) Rule order not preserved when using parent reference in sassSebastian Nyholm2012-11-151-2/+2
* 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-081-0/+63