aboutsummaryrefslogtreecommitdiffstats
path: root/theme-compiler/src/com/vaadin/sass/internal/parser/LexicalUnitImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Remove theme-compiler and replace with external vaadin-sass-compilerJonatan Kronqvist2014-03-311-888/+0
* Avoid using toString method to access to SCSS serialized state (#9530).denisanisimov2014-03-131-123/+168
* Function "percentage" is implemented (#12771).denisanisimov2014-02-131-0/+40
* Function compilation is refactored (#13253).denisanisimov2014-02-121-25/+47
* Merge commit '915c37b569600a8d37db2a0800a30474da49e255' into masterJonatan Kronqvist2014-02-101-0/+8
|\
| * Sass compiler now treats null-valued variables as unassigned (#12430).Mika Murtojarvi2014-02-061-0/+8
* | clone() method is removed from LexicalUnitImpl (#13182 ).denisanisimov2014-01-141-7/+0
|/
* Fixes for sass compiler, handling mixins (#11288).Mika Murtojarvi2013-11-081-0/+13
* Handle numbers in the same way if they do not have a unit (#12732)Artur Signell2013-10-161-8/+18
* support arithmetics in the SCSS compiler (#9354)Haijian Wang2013-02-271-7/+78
* Paser doesn't know CSS 'lem' and 'rem'. (Ticket #11024)Haijian Wang2013-02-131-0/+18
* Referencing multiple params in multiple lines inside mixin (TicketHaijian Wang2013-02-121-15/+19
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-0/+15
* Make most of the sass compiler API internal, fixes #10339Marc Englund2012-11-231-0/+649