aboutsummaryrefslogtreecommitdiffstats
path: root/theme-compiler/src/com/vaadin/sass/internal/tree
Commit message (Collapse)AuthorAgeFilesLines
* Remove theme-compiler and replace with external vaadin-sass-compilerJonatan Kronqvist2014-03-3130-2264/+0
| | | | | | | | | | | | | * Moves CompileTheme from the theme-compiler to buildhelpers * Refactors CompileTheme to get the Vaadin version on the command line instead of using the Version class found in vaadin-shared * Refactors build scripts to pass the version number on the command line when running CompileTheme * Removes the theme-compiler module/project/whatchamacallit * Replaces the theme-compiler dependency with vaadin-sass-compiler 0.9.0 from maven Change-Id: I4f98d15b60e18a826bf264eb55d12b3e736e8e54
* Avoid using toString method to access to SCSS serialized state (#9530).denisanisimov2014-03-1321-108/+281
| | | Change-Id: I387ae1bbc960acd5a5a588b38c6791a9c9a90690
* Merge commit '915c37b569600a8d37db2a0800a30474da49e255' into masterJonatan Kronqvist2014-02-101-5/+10
|\ | | | | | | | | | | | | | | | | 915c37b Sass compiler now treats null-valued variables as unassigned (#12430). Conflicts: theme-compiler/src/com/vaadin/sass/internal/parser/Parser.java Change-Id: If9789f8d0638377d27e77ec4be0fdf0f96e4b1af
| * Sass compiler now treats null-valued variables as unassigned (#12430).Mika Murtojarvi2014-02-061-5/+10
| | | | | | | | Change-Id: I13a11b4c7d148646ad3eb5492d9dd8d736e63f39
* | Use Logger instead of System.out and System.err (#10328,#13300).denisanisimov2014-02-064-4/+17
| | | | | | | | Change-Id: I6a93e763c212eb39d7da9fdbd38f6a8609799c34
* | Revert "Use Logger instead of System.out and System.err (#10328)."Artur Signell2014-02-044-17/+4
| | | | | | | | | | | | This reverts commit a52b0ba902781e5daeffa4f9bc2e48f35eea2c35. Change-Id: I646c6067cd988f7593996642b22db3818f732d25
* | Use Logger instead of System.out and System.err (#10328).denisanisimov2014-02-044-4/+17
|/ | | Change-Id: Icf53bdb80caf7a6989b90cf5ce83dd328d3e73dd
* Fixes for sass compiler, handling mixins (#11288).Mika Murtojarvi2013-11-083-4/+7
| | | | | | | | Keyframe selectors can now be comma-separated lists, interpolation unquotes a quoted string and the parameters of an @include are no longer lost. Change-Id: I2622aca7471adc8004371affbb803d850e801307
* Support nested SASS imports (#11909)Henri Sara2013-05-281-3/+2
| | | | Change-Id: I05f88e398e7e28f476d8c0d50b7f9ac54a7cba0b
* Merge commit 'a52ceb96590333' into 7.1Leif Åstrand2013-05-176-5/+132
|\ | | | | | | | | | | | | Conflicts: theme-compiler/src/com/vaadin/sass/internal/parser/Parser.java Change-Id: I049a08a5d129b8072bf91554ca0eab0d44e537e3
| * support @content directive for Sass compiler (Ticket #10207)Haijian Wang2013-02-284-3/+100
| | | | | | | | Change-Id: I8037e1d64afd1ce2044d89d3bdcf408f6162727c
| * support arithmetics in the SCSS compiler (#9354)Haijian Wang2013-02-272-2/+32
| | | | | | | | Change-Id: Ieb7834fb12cdba5c0794a26de20b3c8c2d509642
* | Support non-trivial SASS media selectors (#11455)Henri Sara2013-05-141-0/+3
|/ | | | | | | This change adds support for media selectors with a query that consist of more than just a single word. Change-Id: Id6a09de8e88984ad052321ae93ffa2e7c2ba1c04
* Sass replaces variables based on substring matches. (Tickets #10508,Haijian Wang2013-02-137-40/+31
| | | | | | #10730) Change-Id: I7d3c5a74055e28e0e22fe6e496209d7d3c42b4af
* Add license header for a couple of filesHaijian Wang2013-01-102-0/+32
| | | | Change-Id: I859dcc23397f4eee4b7f4e296f69520e8d6b07f6
* Supports @keyframes, related to Ticket #10000Haijian Wang2013-01-092-0/+73
| | | | Change-Id: Ic65defdccb4d0aa8f54aa941acde21554f0bf989
* supports contains in @if, related to Ticket #9975Haijian Wang2013-01-081-2/+0
| | | | Change-Id: Ib128801a06a03ebd4460e87a6963a01483f58cec
* support interpolation in property name (#9410)Haijian Wang2013-01-041-0/+5
| | | | Change-Id: Idfb058daf796875cadf0262a2b8150fc1c103915
* Updated copyright notices and added missing license headersArtur Signell2013-01-0427-16/+181
| | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e
* Use separate scope for variables within a mixin (#10453)Henri Sara2012-12-141-3/+20
| | | | | | | Also contains another fix related to how variable values are replaced in mixins. Change-Id: I7a53e0a62041da6557eea10e124e64a55c7823f4
* Make most of the sass compiler API internal, fixes #10339Marc Englund2012-11-2327-0/+1660
Change-Id: Ia783142aa96665a26491b659a387490883875d37