summaryrefslogtreecommitdiffstats
path: root/theme-compiler/src
Commit message (Expand)AuthorAgeFilesLines
* Remove theme-compiler and replace with external vaadin-sass-compilerJonatan Kronqvist2014-03-3191-25568/+0
* Avoid using toString method to access to SCSS serialized state (#9530).denisanisimov2014-03-1333-276/+522
* Resolves a case where a missing semicolon was not inferred (#12792)Mika Murtojarvi2014-03-106-903/+874
* Function "percentage" is implemented (#12771).denisanisimov2014-02-131-0/+40
* Avoid error in rgb() function if variables are used (#12752).denisanisimov2014-02-132-20/+38
* Function compilation is refactored (#13253).denisanisimov2014-02-129-25/+379
* Merge commit '915c37b569600a8d37db2a0800a30474da49e255' into masterJonatan Kronqvist2014-02-106-254/+310
|\
| * Sass compiler now treats null-valued variables as unassigned (#12430).Mika Murtojarvi2014-02-069-252/+308
* | Merge commit '3bfd0046eaead75e6b8cac7dc7b2d1ecceb25dc9' into masterJonatan Kronqvist2014-02-102-428/+406
|\|
| * Resolved ambiguous parsing of ";" within @media block (#12923)joheriks2014-01-302-476/+454
* | Merge changes from origin/7.1Jonatan Kronqvist2014-02-072-5/+22
|\|
| * Provides error location for ArithmeticException. (#11877)Felype Santiago Ferreira2013-12-102-5/+22
* | Merge commit '37919d14b7509b1c8d8495a3e334d50a913bfe6f' into masterJonatan Kronqvist2014-02-077-745/+840
|\|
| * For @-directives, infer missing semicolon before closing brace (#12792)joheriks2013-11-287-803/+898
* | Merge commit 'a705f8cc3fd5804e828b6647510795dbbb99eaa3' intoMika Murtojarvi2014-02-062-381/+430
|\|
| * Mixins now accept an empty argument list in parenthesesMika Murtojarvi2013-11-265-358/+407
* | Merge changes from origin/7.1Jonatan Kronqvist2014-02-061-30/+76
|\|
| * 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
* | Use Logger instead of System.out and System.err (#10328,#13300).denisanisimov2014-02-0616-55/+184
* | Revert "Use Logger instead of System.out and System.err (#10328)."Artur Signell2014-02-0416-184/+55
* | Use Logger instead of System.out and System.err (#10328).denisanisimov2014-02-0416-55/+184
* | Parser recognizes @content directive inside @media (#13279).denisanisimov2014-02-035-7906/+7076
* | Revert "Theme Parser is deleted, build procedure now generates it (#13161)."Leif Åstrand2014-01-1612-236/+14653
* | Theme Parser is deleted, build procedure now generates it (#13161).denisanisimov2014-01-1512-14653/+236
* | clone() method is removed from LexicalUnitImpl (#13182 ).denisanisimov2014-01-141-7/+0
* | Merge commit 'a3aa6cc93e22fd6ff37ea6f3aa91810cab2aa624'Artur Signell2013-11-118-904/+1017
|\|
| * Fixes for sass compiler, handling mixins (#11288).Mika Murtojarvi2013-11-0810-14261/+12625
* | Merge commit 'a2f255448e6a755892a97b7df9fc2b65efc5dccc'Artur Signell2013-11-112-215/+297
|\|
| * Allow @font-face and general @-directives inside @if-blocks (#11649)joheriks2013-11-052-222/+297
* | Merge commit '9d84c091714f01e0088fab2202c10b505e78a607'Artur Signell2013-11-112-12561/+7598
|\|
| * Parser stripped minus of negative numbers with unknown units (#12811)joheriks2013-10-282-72/+79
* | A fix for handling nested parentheses in sass (#12833)Mika Murtojarvi2013-11-072-4/+5865
* | Sass, the handling of selectors containing multiple #-symbols (#12832)Mika Murtojarvi2013-11-064-14185/+12190
* | Import W3C CSS tests to validate CSS parsing (#12735)joheriks2013-10-302-14/+55
* | Merge changes from origin/7.1Leif Åstrand2013-10-223-39/+29
|\|
| * 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
* | Merge changes from origin/7.1Henrik Paul2013-10-182-607/+618
|\|
| * Fix whitespace after including a mixin (#12715)Mika Murtojarvi2013-10-142-607/+618
* | Add support for partial imports (#11776)Artur Signell2013-09-261-0/+7
* | Refactor how base paths are determined when resolving (#11776)Artur Signell2013-09-263-35/+106
* | Moved import resolving logic to resolvers (#11776)Artur Signell2013-09-266-56/+124
* | Improve error message for missing imports (#12494)Artur Signell2013-09-022-9/+26
* | Merge changes from origin/7.1Leif Åstrand2013-08-303-6073/+6036
|\|
| * Added controlDirective to ifContentStatement. Fixes ticket #12105.Juho Nurminen2013-08-283-6073/+6036
* | Merge changes from origin/7.1Leif Åstrand2013-07-154-10484/+12257
|\|
| * #11638: Ending an imported SCSS file with a comment causes an error inHaijian Wang2013-07-014-10484/+12257
* | Merge changes from origin/7.1Leif Åstrand2013-06-121-12/+5
|\|