aboutsummaryrefslogtreecommitdiffstats
path: root/theme-compiler/src/com/vaadin/sass/internal/tree
Commit message (Expand)AuthorAgeFilesLines
* Remove theme-compiler and replace with external vaadin-sass-compilerJonatan Kronqvist2014-03-3130-2264/+0
* Avoid using toString method to access to SCSS serialized state (#9530).denisanisimov2014-03-1321-108/+281
* Merge commit '915c37b569600a8d37db2a0800a30474da49e255' into masterJonatan Kronqvist2014-02-101-5/+10
|\
| * Sass compiler now treats null-valued variables as unassigned (#12430).Mika Murtojarvi2014-02-061-5/+10
* | Use Logger instead of System.out and System.err (#10328,#13300).denisanisimov2014-02-064-4/+17
* | Revert "Use Logger instead of System.out and System.err (#10328)."Artur Signell2014-02-044-17/+4
* | Use Logger instead of System.out and System.err (#10328).denisanisimov2014-02-044-4/+17
|/
* Fixes for sass compiler, handling mixins (#11288).Mika Murtojarvi2013-11-083-4/+7
* Support nested SASS imports (#11909)Henri Sara2013-05-281-3/+2
* Merge commit 'a52ceb96590333' into 7.1Leif Åstrand2013-05-176-5/+132
|\
| * support @content directive for Sass compiler (Ticket #10207)Haijian Wang2013-02-284-3/+100
| * support arithmetics in the SCSS compiler (#9354)Haijian Wang2013-02-272-2/+32
* | Support non-trivial SASS media selectors (#11455)Henri Sara2013-05-141-0/+3
|/
* Sass replaces variables based on substring matches. (Tickets #10508,Haijian Wang2013-02-137-40/+31
* Add license header for a couple of filesHaijian Wang2013-01-102-0/+32
* Supports @keyframes, related to Ticket #10000Haijian Wang2013-01-092-0/+73
* supports contains in @if, related to Ticket #9975Haijian Wang2013-01-081-2/+0
* support interpolation in property name (#9410)Haijian Wang2013-01-041-0/+5
* Updated copyright notices and added missing license headersArtur Signell2013-01-0427-16/+181
* Use separate scope for variables within a mixin (#10453)Henri Sara2012-12-141-3/+20
* Make most of the sass compiler API internal, fixes #10339Marc Englund2012-11-2327-0/+1660