summaryrefslogtreecommitdiffstats
path: root/theme-compiler/src
Commit message (Expand)AuthorAgeFilesLines
* Implement parenthesis-handling fixes for Sass in Vaadin 7.1 (#12834)Mika Murtojarvi2014-02-132-8/+60
* Sass compiler now treats null-valued variables as unassigned (#12430).Mika Murtojarvi2014-02-069-252/+308
* Resolved ambiguous parsing of ";" within @media block (#12923)joheriks2014-01-302-476/+454
* Provides error location for ArithmeticException. (#11877)Felype Santiago Ferreira2013-12-102-5/+22
* For @-directives, infer missing semicolon before closing brace (#12792)joheriks2013-11-287-803/+898
* Mixins now accept an empty argument list in parenthesesMika Murtojarvi2013-11-265-358/+407
* Normalize line endingsMika Murtojarvi2013-11-261-30/+76
* Do not generate ParseException as it has been customized (#12937)Artur Signell2013-11-121-168/+169
* Regenerated parser files (#12937)Artur Signell2013-11-122-169/+168
* Fixes for sass compiler, handling mixins (#11288).Mika Murtojarvi2013-11-0810-14261/+12625
* Allow @font-face and general @-directives inside @if-blocks (#11649)joheriks2013-11-052-222/+297
* Parser stripped minus of negative numbers with unknown units (#12811)joheriks2013-10-282-72/+79
* Sass variables can now start with underscore (#12716)joheriks2013-10-212-31/+11
* Handle numbers in the same way if they do not have a unit (#12732)Artur Signell2013-10-161-8/+18
* Fix whitespace after including a mixin (#12715)Mika Murtojarvi2013-10-142-607/+618
* Added controlDirective to ifContentStatement. Fixes ticket #12105.Juho Nurminen2013-08-283-6073/+6036
* #11638: Ending an imported SCSS file with a comment causes an error inHaijian Wang2013-07-014-10484/+12257
* Correctly report theme version in the debug window (#11442)Artur Signell2013-06-071-12/+5
* Support nested SASS imports (#11909)Henri Sara2013-05-284-13/+43
* Merge commit 'a52ceb96590333' into 7.1Leif Åstrand2013-05-1726-14014/+13181
|\
| * Fixed IllegalSyntaxException when using spaces in path #11782John Ahlroos2013-05-061-14/+48
| * Fixed scss file resolving issue in Windows (#11762)Artur Signell2013-05-031-0/+4
| * Merge commit 'd214efa39a011002eb88e683676508e438842fe4'Henri Sara2013-04-291-10/+4
| |\
| * | Global code clean upLeif Åstrand2013-04-251-1/+1
| * | Fixed failing path resolving when scss compiler is resolving included mixins ...John Ahlroos2013-04-242-31/+25
| * | Merge commit 'feb9a8c3510afc76c079fafcd9e507205bde139c'Artur Signell2013-04-234-12966/+13014
| |\ \
| * | | Global code reformatLeif Åstrand2013-04-051-3/+2
| * | | Merge remote-tracking branch 'origin/7.0'John Ahlroos2013-03-014-24/+132
| |\ \ \
| * | | | Regenerate SCSS parser classesHenri Sara2013-02-283-14233/+12467
| * | | | support @content directive for Sass compiler (Ticket #10207)Haijian Wang2013-02-2813-1519/+1770
| * | | | support arithmetics in the SCSS compiler (#9354)Haijian Wang2013-02-2714-1461/+2118
* | | | | Support non-trivial SASS media selectors (#11455)Henri Sara2013-05-143-1025/+1030
| |_|_|/ |/| | |
* | | | Remove duplicate copying of mixin child nodes (#11604)Henri Sara2013-04-261-10/+4
| |_|/ |/| |
* | | Support "to" in CSS function parameters (#11309)Henri Sara2013-04-182-44/+93
| |/ |/|
* | Prevent NPE when a SCSS file is not found #11099John Ahlroos2013-03-012-2/+17
* | Fixed several problems related to @extend directive (Ticket #10976)Haijian Wang2013-02-263-22/+115
|/
* Selector now can begin with a combinator. (Ticket #10754)Haijian Wang2013-02-193-1169/+1152
* more than expected params in mixin throws IOB exception. (Ticket #10988)Haijian Wang2013-02-191-5/+26
* Fixed logic error causing IOException if stream supports mark (#10851)Artur Signell2013-02-192-9/+14
* SASS fails to parse CSS expression function. (Ticket #9870)Haijian Wang2013-02-143-6152/+6192
* ParseException does not output file name (Ticket #10967)Haijian Wang2013-02-142-1/+45
* Merge "Sass replaces variables based on substring matches. (Tickets #10508, #...Henri Sara2013-02-138-40/+74
|\
| * Sass replaces variables based on substring matches. (Tickets #10508,Haijian Wang2013-02-138-40/+74
* | Paser doesn't know CSS 'lem' and 'rem'. (Ticket #11024)Haijian Wang2013-02-136-6377/+5577
* | Merge "Referencing multiple params in multiple lines inside mixin (Ticket #10...Henri Sara2013-02-121-15/+19
|\ \ | |/ |/|
| * Referencing multiple params in multiple lines inside mixin (TicketHaijian Wang2013-02-121-15/+19
* | pseudo-class css selector fails the parser. (Ticket 10316)Haijian Wang2013-02-112-1881/+1692
|/
* Add license header for a couple of filesHaijian Wang2013-01-106-12800/+14971
* Preserve UTF-8 in imported files and output @charset in generated cssHaijian Wang2013-01-094-171/+198
* Supports @keyframes, related to Ticket #10000Haijian Wang2013-01-098-2604/+3559