summaryrefslogtreecommitdiffstats
path: root/theme-compiler
Commit message (Expand)AuthorAgeFilesLines
* Remove theme-compiler and replace with external vaadin-sass-compilerJonatan Kronqvist2014-03-311834-49886/+0
* Fixed pom fails in unit tests.Sauli Tähkäpää2014-03-251-1/+3
* Revert "Use Guava 16 which does not have compatibility issues"Artur Signell2014-03-131-1/+0
* Avoid using toString method to access to SCSS serialized state (#9530).denisanisimov2014-03-1337-286/+532
* Use Guava 16 which does not have compatibility issuesArtur Signell2014-03-121-0/+1
* Resolves a case where a missing semicolon was not inferred (#12792)Mika Murtojarvi2014-03-106-903/+874
* Remove an empty line from a Sass test case.Mika Murtojarvi2014-03-061-1/+1
* Merge changes from origin/7.1Build Agent2014-02-271-0/+1
|\
| * Enable on-the-fly SASS compilation in OSGi (#10307)Johannes Dahlström2014-02-241-0/+1
| * Implement parenthesis-handling fixes for Sass in Vaadin 7.1 (#12834)Mika Murtojarvi2014-02-133-8/+63
* | Function "percentage" is implemented (#12771).denisanisimov2014-02-134-3/+47
* | Avoid error in rgb() function if variables are used (#12752).denisanisimov2014-02-135-23/+46
* | Move passing Sass tests from sasslangbroken to sasslang.Mika Murtojarvi2014-02-1212-0/+0
* | Function compilation is refactored (#13253).denisanisimov2014-02-129-25/+379
* | Merge commit '915c37b569600a8d37db2a0800a30474da49e255' into masterJonatan Kronqvist2014-02-108-254/+334
|\|
| * Sass compiler now treats null-valued variables as unassigned (#12430).Mika Murtojarvi2014-02-0611-252/+332
* | 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-073-5/+34
|\|
| * Provides error location for ArithmeticException. (#11877)Felype Santiago Ferreira2013-12-103-5/+34
* | Merge commit '37919d14b7509b1c8d8495a3e334d50a913bfe6f' into masterJonatan Kronqvist2014-02-0765-745/+840
|\|
| * For @-directives, infer missing semicolon before closing brace (#12792)joheriks2013-11-2869-803/+898
| * Move a sass test that no longer fails.Mika Murtojarvi2013-11-272-0/+0
| * Move working sass tests from sasslangbroken to sasslang.Mika Murtojarvi2013-11-274-0/+0
* | Merge commit 'a705f8cc3fd5804e828b6647510795dbbb99eaa3' intoMika Murtojarvi2014-02-064-381/+430
|\|
| * Mixins now accept an empty argument list in parenthesesMika Murtojarvi2013-11-267-358/+450
* | Move Sass test files to the correct locations.Mika Murtojarvi2014-02-062-0/+0
* | Merge changes from origin/7.1Jonatan Kronqvist2014-02-061-30/+76
|\|
| * Normalize line endingsMika Murtojarvi2013-11-261-30/+76
* | Use Logger instead of System.out and System.err (#10328,#13300).denisanisimov2014-02-0617-57/+186
* | Revert "Use Logger instead of System.out and System.err (#10328)."Artur Signell2014-02-0417-185/+57
* | Use Logger instead of System.out and System.err (#10328).denisanisimov2014-02-0417-57/+185
* | Parser recognizes @content directive inside @media (#13279).denisanisimov2014-02-038-7906/+7109
* | Fix false-negative sasslangbroken tests (#13275).denisanisimov2014-01-304-0/+0
* | Some tests are fixed on Win (CRLF issue).denisanisimov2014-01-282-0/+8
* | Revert "Theme Parser is deleted, build procedure now generates it (#13161)."Leif Åstrand2014-01-1628-270/+14673
* | Theme Parser is deleted, build procedure now generates it (#13161).denisanisimov2014-01-1528-14673/+270
* | clone() method is removed from LexicalUnitImpl (#13182 ).denisanisimov2014-01-141-7/+0
* | Merge changes from origin/7.1Johannes Dahlström2013-11-292-3/+40
|\|
| * Do not generate ParseException as it has been customized (#12937)Artur Signell2013-11-122-169/+170
| * Regenerated parser files (#12937)Artur Signell2013-11-122-169/+168
| * Ensure generated parser is re-generated during build (#12937)Artur Signell2013-11-122-3/+40
* | Merge changes from origin/7.1Artur Signell2013-11-112-0/+26
|\|
| * Add a test for @mixin { @font-face {...} } (#11649)joheriks2013-11-082-0/+26
* | Merge commit 'a3aa6cc93e22fd6ff37ea6f3aa91810cab2aa624'Artur Signell2013-11-1112-904/+1049
|\|
| * Fixes for sass compiler, handling mixins (#11288).Mika Murtojarvi2013-11-0814-14261/+12657
* | Merge commit 'a2f255448e6a755892a97b7df9fc2b65efc5dccc'Artur Signell2013-11-114-215/+306
|\|
| * Allow @font-face and general @-directives inside @if-blocks (#11649)joheriks2013-11-054-222/+306
* | Merge commit '9d84c091714f01e0088fab2202c10b505e78a607'Artur Signell2013-11-114-12561/+7604
|\|
| * Parser stripped minus of negative numbers with unknown units (#12811)joheriks2013-10-284-72/+85