aboutsummaryrefslogtreecommitdiffstats
path: root/theme-compiler/src/com/vaadin/sass/internal/parser/LexicalUnitImpl.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove theme-compiler and replace with external vaadin-sass-compilerJonatan Kronqvist2014-03-311-888/+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-131-123/+168
| | | Change-Id: I387ae1bbc960acd5a5a588b38c6791a9c9a90690
* Function "percentage" is implemented (#12771).denisanisimov2014-02-131-0/+40
| | | Change-Id: I0a2e3d31f60bd085d619b603bd229dba902ff001
* Function compilation is refactored (#13253).denisanisimov2014-02-121-25/+47
| | | | Change-Id: Ic3c5d6822d90703d7f02de3d1a3d15fe4366af07
* Merge commit '915c37b569600a8d37db2a0800a30474da49e255' into masterJonatan Kronqvist2014-02-101-0/+8
|\ | | | | | | | | | | | | | | | | 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-0/+8
| | | | | | | | Change-Id: I13a11b4c7d148646ad3eb5492d9dd8d736e63f39
* | clone() method is removed from LexicalUnitImpl (#13182 ).denisanisimov2014-01-141-7/+0
|/ | | | Change-Id: I8e32c3ab8b79e31b7fae309a3f475f6fe520bfcc
* Fixes for sass compiler, handling mixins (#11288).Mika Murtojarvi2013-11-081-0/+13
| | | | | | | | 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
* Handle numbers in the same way if they do not have a unit (#12732)Artur Signell2013-10-161-8/+18
| | | | Change-Id: Ic9dba337ffb209bf73ab427fa3a39e542e645c08
* support arithmetics in the SCSS compiler (#9354)Haijian Wang2013-02-271-7/+78
| | | | Change-Id: Ieb7834fb12cdba5c0794a26de20b3c8c2d509642
* Paser doesn't know CSS 'lem' and 'rem'. (Ticket #11024)Haijian Wang2013-02-131-0/+18
| | | | Change-Id: I6ca39f5c97ffce610faafb8e172f290405409dc7
* Referencing multiple params in multiple lines inside mixin (TicketHaijian Wang2013-02-121-15/+19
| | | | | | #10987) Change-Id: I3d97849afac763a9774cee254778e068f94a23e0
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-0/+15
| | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e
* Make most of the sass compiler API internal, fixes #10339Marc Englund2012-11-231-0/+649
Change-Id: Ia783142aa96665a26491b659a387490883875d37