summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove theme-compiler and replace with external vaadin-sass-compilerJonatan Kronqvist2014-03-311739-24152/+0
* Avoid using toString method to access to SCSS serialized state (#9530).denisanisimov2014-03-134-10/+10
* Remove an empty line from a Sass test case.Mika Murtojarvi2014-03-061-1/+1
* Function "percentage" is implemented (#12771).denisanisimov2014-02-133-3/+7
* Avoid error in rgb() function if variables are used (#12752).denisanisimov2014-02-133-3/+8
* Move passing Sass tests from sasslangbroken to sasslang.Mika Murtojarvi2014-02-1212-0/+0
* Merge commit '915c37b569600a8d37db2a0800a30474da49e255' into masterJonatan Kronqvist2014-02-102-0/+24
|\
| * Sass compiler now treats null-valued variables as unassigned (#12430).Mika Murtojarvi2014-02-062-0/+24
* | Merge changes from origin/7.1Jonatan Kronqvist2014-02-071-0/+12
|\|
| * Provides error location for ArithmeticException. (#11877)Felype Santiago Ferreira2013-12-101-0/+12
* | Merge commit '37919d14b7509b1c8d8495a3e334d50a913bfe6f' into masterJonatan Kronqvist2014-02-0758-0/+0
|\|
| * For @-directives, infer missing semicolon before closing brace (#12792)joheriks2013-11-2862-0/+0
| * 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-062-0/+0
|\|
| * Mixins now accept an empty argument list in parenthesesMika Murtojarvi2013-11-262-0/+43
* | Move Sass test files to the correct locations.Mika Murtojarvi2014-02-062-0/+0
* | Parser recognizes @content directive inside @media (#13279).denisanisimov2014-02-033-0/+33
* | 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-1615-16/+16
* | Theme Parser is deleted, build procedure now generates it (#13161).denisanisimov2014-01-1515-16/+16
* | 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-114-0/+32
|\|
| * Fixes for sass compiler, handling mixins (#11288).Mika Murtojarvi2013-11-084-0/+32
* | Merge commit 'a2f255448e6a755892a97b7df9fc2b65efc5dccc'Artur Signell2013-11-112-0/+9
|\|
| * Allow @font-face and general @-directives inside @if-blocks (#11649)joheriks2013-11-052-0/+9
* | Merge commit '9d84c091714f01e0088fab2202c10b505e78a607'Artur Signell2013-11-112-0/+6
|\|
| * Parser stripped minus of negative numbers with unknown units (#12811)joheriks2013-10-282-0/+6
* | A fix for handling nested parentheses in sass (#12833)Mika Murtojarvi2013-11-072-3/+3
* | Sass, the handling of selectors containing multiple #-symbols (#12832)Mika Murtojarvi2013-11-062-3/+10
* | Import W3C CSS tests to validate CSS parsing (#12735)joheriks2013-10-30730-10/+4231
* | Merge changes from origin/7.1Leif Åstrand2013-10-2219-21/+129
|\|
| * Handle numbers in the same way if they do not have a unit (#12732)Artur Signell2013-10-168-0/+88
| * Add sub directory support to sass test scanner (#12790)Artur Signell2013-10-1611-21/+41
* | Merge changes from origin/7.1Henrik Paul2013-10-182-0/+11
|\|
| * Fix whitespace after including a mixin (#12715)Mika Murtojarvi2013-10-142-0/+11
* | Compass test cases (#11776)Artur Signell2013-09-2618-0/+212
* | Moved import resolving logic to resolvers (#11776)Artur Signell2013-09-261-4/+14
|/
* Added controlDirective to ifContentStatement. Fixes ticket #12105.Juho Nurminen2013-08-282-0/+26
* #11638: Ending an imported SCSS file with a comment causes an error inHaijian Wang2013-07-013-0/+9
* Support nested SASS imports (#11909)Henri Sara2013-05-282-0/+8
* Merge commit 'a52ceb96590333' into 7.1Leif Åstrand2013-05-178-0/+357
|\
| * Fixed IllegalSyntaxException when using spaces in path #11782John Ahlroos2013-05-061-0/+83
| * Merge commit 'feb9a8c3510afc76c079fafcd9e507205bde139c'Artur Signell2013-04-235-3/+42
| |\
| * | Global code reformatLeif Åstrand2013-04-051-1/+1
| * | Merge remote-tracking branch 'origin/7.0'John Ahlroos2013-03-0117-7/+198
| |\ \
| * | | support @content directive for Sass compiler (Ticket #10207)Haijian Wang2013-02-284-0/+74
| * | | support arithmetics in the SCSS compiler (#9354)Haijian Wang2013-02-273-0/+200