| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove theme-compiler and replace with external vaadin-sass-compiler | Jonatan Kronqvist | 2014-03-31 | 1739 | -24152/+0 |
* | Avoid using toString method to access to SCSS serialized state (#9530). | denisanisimov | 2014-03-13 | 4 | -10/+10 |
* | Remove an empty line from a Sass test case. | Mika Murtojarvi | 2014-03-06 | 1 | -1/+1 |
* | Function "percentage" is implemented (#12771). | denisanisimov | 2014-02-13 | 3 | -3/+7 |
* | Avoid error in rgb() function if variables are used (#12752). | denisanisimov | 2014-02-13 | 3 | -3/+8 |
* | Move passing Sass tests from sasslangbroken to sasslang. | Mika Murtojarvi | 2014-02-12 | 12 | -0/+0 |
* | Merge commit '915c37b569600a8d37db2a0800a30474da49e255' into master | Jonatan Kronqvist | 2014-02-10 | 2 | -0/+24 |
|\ |
|
| * | Sass compiler now treats null-valued variables as unassigned (#12430). | Mika Murtojarvi | 2014-02-06 | 2 | -0/+24 |
* | | Merge changes from origin/7.1 | Jonatan Kronqvist | 2014-02-07 | 1 | -0/+12 |
|\| |
|
| * | Provides error location for ArithmeticException. (#11877) | Felype Santiago Ferreira | 2013-12-10 | 1 | -0/+12 |
* | | Merge commit '37919d14b7509b1c8d8495a3e334d50a913bfe6f' into master | Jonatan Kronqvist | 2014-02-07 | 58 | -0/+0 |
|\| |
|
| * | For @-directives, infer missing semicolon before closing brace (#12792) | joheriks | 2013-11-28 | 62 | -0/+0 |
| * | Move a sass test that no longer fails. | Mika Murtojarvi | 2013-11-27 | 2 | -0/+0 |
| * | Move working sass tests from sasslangbroken to sasslang. | Mika Murtojarvi | 2013-11-27 | 4 | -0/+0 |
* | | Merge commit 'a705f8cc3fd5804e828b6647510795dbbb99eaa3' into | Mika Murtojarvi | 2014-02-06 | 2 | -0/+0 |
|\| |
|
| * | Mixins now accept an empty argument list in parentheses | Mika Murtojarvi | 2013-11-26 | 2 | -0/+43 |
* | | Move Sass test files to the correct locations. | Mika Murtojarvi | 2014-02-06 | 2 | -0/+0 |
* | | Parser recognizes @content directive inside @media (#13279). | denisanisimov | 2014-02-03 | 3 | -0/+33 |
* | | Fix false-negative sasslangbroken tests (#13275). | denisanisimov | 2014-01-30 | 4 | -0/+0 |
* | | Some tests are fixed on Win (CRLF issue). | denisanisimov | 2014-01-28 | 2 | -0/+8 |
* | | Revert "Theme Parser is deleted, build procedure now generates it (#13161)." | Leif Åstrand | 2014-01-16 | 15 | -16/+16 |
* | | Theme Parser is deleted, build procedure now generates it (#13161). | denisanisimov | 2014-01-15 | 15 | -16/+16 |
* | | Merge changes from origin/7.1 | Artur Signell | 2013-11-11 | 2 | -0/+26 |
|\| |
|
| * | Add a test for @mixin { @font-face {...} } (#11649) | joheriks | 2013-11-08 | 2 | -0/+26 |
* | | Merge commit 'a3aa6cc93e22fd6ff37ea6f3aa91810cab2aa624' | Artur Signell | 2013-11-11 | 4 | -0/+32 |
|\| |
|
| * | Fixes for sass compiler, handling mixins (#11288). | Mika Murtojarvi | 2013-11-08 | 4 | -0/+32 |
* | | Merge commit 'a2f255448e6a755892a97b7df9fc2b65efc5dccc' | Artur Signell | 2013-11-11 | 2 | -0/+9 |
|\| |
|
| * | Allow @font-face and general @-directives inside @if-blocks (#11649) | joheriks | 2013-11-05 | 2 | -0/+9 |
* | | Merge commit '9d84c091714f01e0088fab2202c10b505e78a607' | Artur Signell | 2013-11-11 | 2 | -0/+6 |
|\| |
|
| * | Parser stripped minus of negative numbers with unknown units (#12811) | joheriks | 2013-10-28 | 2 | -0/+6 |
* | | A fix for handling nested parentheses in sass (#12833) | Mika Murtojarvi | 2013-11-07 | 2 | -3/+3 |
* | | Sass, the handling of selectors containing multiple #-symbols (#12832) | Mika Murtojarvi | 2013-11-06 | 2 | -3/+10 |
* | | Import W3C CSS tests to validate CSS parsing (#12735) | joheriks | 2013-10-30 | 730 | -10/+4231 |
* | | Merge changes from origin/7.1 | Leif Åstrand | 2013-10-22 | 19 | -21/+129 |
|\| |
|
| * | Handle numbers in the same way if they do not have a unit (#12732) | Artur Signell | 2013-10-16 | 8 | -0/+88 |
| * | Add sub directory support to sass test scanner (#12790) | Artur Signell | 2013-10-16 | 11 | -21/+41 |
* | | Merge changes from origin/7.1 | Henrik Paul | 2013-10-18 | 2 | -0/+11 |
|\| |
|
| * | Fix whitespace after including a mixin (#12715) | Mika Murtojarvi | 2013-10-14 | 2 | -0/+11 |
* | | Compass test cases (#11776) | Artur Signell | 2013-09-26 | 18 | -0/+212 |
* | | Moved import resolving logic to resolvers (#11776) | Artur Signell | 2013-09-26 | 1 | -4/+14 |
|/ |
|
* | Added controlDirective to ifContentStatement. Fixes ticket #12105. | Juho Nurminen | 2013-08-28 | 2 | -0/+26 |
* | #11638: Ending an imported SCSS file with a comment causes an error in | Haijian Wang | 2013-07-01 | 3 | -0/+9 |
* | Support nested SASS imports (#11909) | Henri Sara | 2013-05-28 | 2 | -0/+8 |
* | Merge commit 'a52ceb96590333' into 7.1 | Leif Åstrand | 2013-05-17 | 8 | -0/+357 |
|\ |
|
| * | Fixed IllegalSyntaxException when using spaces in path #11782 | John Ahlroos | 2013-05-06 | 1 | -0/+83 |
| * | Merge commit 'feb9a8c3510afc76c079fafcd9e507205bde139c' | Artur Signell | 2013-04-23 | 5 | -3/+42 |
| |\ |
|
| * | | Global code reformat | Leif Åstrand | 2013-04-05 | 1 | -1/+1 |
| * | | Merge remote-tracking branch 'origin/7.0' | John Ahlroos | 2013-03-01 | 17 | -7/+198 |
| |\ \ |
|
| * | | | support @content directive for Sass compiler (Ticket #10207) | Haijian Wang | 2013-02-28 | 4 | -0/+74 |
| * | | | support arithmetics in the SCSS compiler (#9354) | Haijian Wang | 2013-02-27 | 3 | -0/+200 |