aboutsummaryrefslogtreecommitdiffstats
path: root/theme-compiler/src/com/vaadin/sass/tree
Commit message (Collapse)AuthorAgeFilesLines
* Make most of the sass compiler API internal, fixes #10339Marc Englund2012-11-2327-1660/+0
| | | | Change-Id: Ia783142aa96665a26491b659a387490883875d37
* Refactor node traversal and empty node removal.Henri Sara2012-11-231-0/+5
| | | | Change-Id: If5c66e3fd01341636e481a093f90471c92755ce9
* Combine Sass Block node handlers (parent selector), commentsHenri Sara2012-11-222-4/+7
| | | | | | | This eliminates potential order problems between blocks with and without parent selectors and reduces duplication of code. Change-Id: If422f7d603bf4b9938b9c0bd83989e337e1f92ce
* Global code cleanupLeif Åstrand2012-11-211-0/+1
| | | | Change-Id: I14f46e6aa4f9cbdd9037f1c4ad1ac38fe7cbda86
* Merge "(#10186) Using the lighten function breaks up any later references to ↵Marc Englund2012-11-201-2/+4
|\ | | | | | | the parameter value"
| * (#10186) Using the lighten function breaks up any later references to the ↵Sebastian Nyholm2012-11-151-2/+4
| | | | | | | | | | | | parameter value Change-Id: Ibdf66332dff186bcb791bbe48cb3d3ebcc87ede9
* | (#10174) Value of a variable cannot be assigned to another variableSebastian Nyholm2012-11-151-0/+2
|/ | | | Change-Id: Ib6879b685259c775fc9159e572c182093ae69f8d
* Fixes #9546, #9974, #10100, #10105Sebastian Nyholm2012-11-0824-118/+257
| | | | Change-Id: I1baccb5604899707960b1cf06887ada0fe217d08
* Fixes #9871 (originally by Seba, re-added test in reindeer.css)Marc Englund2012-10-161-1/+3
| | | | | | Replaces c/106 (I19008aba2561e41da055bff11dd8dc1bd0632a48) Change-Id: I21703e541957b7673231788705dfc2c963480e1f
* Fixes Ticket #9408 (orig by Seba)Marc Englund2012-10-151-16/+16
| | | | Change-Id: Idb1cb4babfb712d5bf58f9930220fa18a2865925
* list append and contains for #9380Marc Englund2012-10-155-130/+153
| | | | | | Originally c/76 (I413452d08b48a0fa21d027064ce2d35e687129cd) by Seba; received missing file, and fixed Change-Id: Ib814b13c6ce7bb6f29bdab2ee65274c1fade099e
* Sass mixin cleanup (author: seba)Marc Englund2012-10-041-9/+2
| | | | Change-Id: Ie462d5e213d4e81430143aa9d0708fac6b8d77d4
* FontFace nodes are created correctly, fixes #9611 (author: seba)Marc Englund2012-10-041-0/+18
| | | | Change-Id: Ifbec8e848654c19e95c19cce05976ed9e5d8290a
* Merge branch 'master' into sassMarc Englund2012-10-012-4/+3
|\ | | | | | | | | | | | | Conflicts: WebContent/VAADIN/themes/base/tabsheet/tabsheet.scss theme-compiler/src/com/vaadin/sass/tree/ListRemoveNode.java theme-compiler/src/com/vaadin/sass/visitor/EachVisitor.java
| * Global code cleanupLeif Åstrand2012-09-273-6/+5
| |
* | Improves remove() for #9380Marc Englund2012-09-273-44/+82
| |
* | Fixes #9492 so that interpolation of mixin parameters works as expectedMarc Englund2012-09-273-4/+79
|/
* Big SassCompiler change, fixes #9411 #9489 partials for #9354 #9545 #9380 ↵Marc Englund2012-09-2110-141/+284
| | | | (applied patch)
* Applying patch: remak of variable handling in sass (partial for e.g #9492 ↵Marc Englund2012-09-1121-60/+320
| | | | and others)
* Renamed sass -> theme-compiler for consistency (#9299)Artur Signell2012-09-0720-0/+957