aboutsummaryrefslogtreecommitdiffstats
path: root/theme-compiler/src/com/vaadin/sass/visitor
Commit message (Collapse)AuthorAgeFilesLines
* Make most of the sass compiler API internal, fixes #10339Marc Englund2012-11-239-723/+0
| | | | Change-Id: Ia783142aa96665a26491b659a387490883875d37
* Refactor node traversal and empty node removal.Henri Sara2012-11-231-9/+3
| | | | Change-Id: If5c66e3fd01341636e481a093f90471c92755ce9
* Warns and removes if parent reference '&' is used w/o parent, fixes #10327Marc Englund2012-11-221-0/+25
| | | | Change-Id: I58eaf3f2acd27a7627c8df31e411a75fc4a48016
* Combine Sass Block node handlers (parent selector), commentsHenri Sara2012-11-223-77/+50
| | | | | | | This eliminates potential order problems between blocks with and without parent selectors and reduces duplication of code. Change-Id: If422f7d603bf4b9938b9c0bd83989e337e1f92ce
* Fixes #10308 (parent reference & causes non-parent selectors to be dropped)Marc Englund2012-11-211-7/+5
| | | | Change-Id: I4821d14b4dc2a9e83e6fbfba67d39e0e3e98970f
* Global code cleanupLeif Åstrand2012-11-211-1/+1
| | | | Change-Id: I14f46e6aa4f9cbdd9037f1c4ad1ac38fe7cbda86
* Merge "(#10174) Value of a variable cannot be assigned to another variable"Marc Englund2012-11-201-0/+1
|\
| * (#10174) Value of a variable cannot be assigned to another variableSebastian Nyholm2012-11-151-0/+1
| | | | | | | | Change-Id: Ib6879b685259c775fc9159e572c182093ae69f8d
* | (#10182) Rule order not preserved when using parent reference in sassSebastian Nyholm2012-11-152-11/+8
|/ | | | Change-Id: Ief701eef3a262c4fd0c14241c54b3d57cb858027
* Fixes #10166 SassCompiler parent reference in middle of selector bugsSebastian Nyholm2012-11-121-1/+1
| | | | Change-Id: I725191cf209832c415146af917fb4b9b23912f89
* ParentSelectorHandler was using wrong HashMap implementationSebastian Nyholm2012-11-121-1/+1
| | | | Change-Id: Ia07c813a8b380f3599cdf84ef036457d2911a545
* Fixes #9545 SASS mixin nesting bugs with mixin. Fixes issue with blocknodes ↵Sebastian Nyholm2012-11-121-2/+13
| | | | | | showing up in the wrong order Change-Id: Iba2dd3ddc3136ddba93e9653614b42f0b0dca971
* Fixes #9546, #9974, #10100, #10105Sebastian Nyholm2012-11-0815-557/+380
| | | | Change-Id: I1baccb5604899707960b1cf06887ada0fe217d08
* Fix for #9471 Original by Seba, removed erronous empty lines from test-css.Marc Englund2012-10-151-1/+1
| | | | | | Replaces c/103 (Id7a64ccd76c33bbfd2fa3c81df6092f068fa983a) Change-Id: If99bd4937a70aaa77a5250076d27c2534b940152
* Fixes Ticket #9408 (orig by Seba)Marc Englund2012-10-151-9/+7
| | | | Change-Id: Idb1cb4babfb712d5bf58f9930220fa18a2865925
* list append and contains for #9380Marc Englund2012-10-152-9/+19
| | | | | | Originally c/76 (I413452d08b48a0fa21d027064ce2d35e687129cd) by Seba; received missing file, and fixed Change-Id: Ib814b13c6ce7bb6f29bdab2ee65274c1fade099e
* Partial fix for sass mixins with multiple optional params #9846 (author: seba)Marc Englund2012-10-041-6/+44
| | | | Change-Id: Iacd94ffb41a91e9dd20874cd7f981830e4267a87
* Improves remove() for #9380Marc Englund2012-09-271-13/+7
|
* Fixes #9492 so that interpolation of mixin parameters works as expectedMarc Englund2012-09-271-22/+38
|
* Big SassCompiler change, fixes #9411 #9489 partials for #9354 #9545 #9380 ↵Marc Englund2012-09-217-65/+132
| | | | (applied patch)
* Applying patch: remak of variable handling in sass (partial for e.g #9492 ↵Marc Englund2012-09-114-78/+181
| | | | and others)
* Renamed sass -> theme-compiler for consistency (#9299)Artur Signell2012-09-079-0/+675