aboutsummaryrefslogtreecommitdiffstats
path: root/theme-compiler/src/com/vaadin/sass
Commit message (Expand)AuthorAgeFilesLines
* Revert "Use Logger instead of System.out and System.err (#10328)."Artur Signell2014-02-0415-182/+55
* Use Logger instead of System.out and System.err (#10328).denisanisimov2014-02-0415-55/+182
* 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-074-13/+43
|\|
| * Support nested SASS imports (#11909)Henri Sara2013-05-284-13/+43
| * Merge commit 'a52ceb96590333' into 7.1Leif Åstrand2013-05-1726-14014/+13181
| |\
* | \ Merge commit 'a52ceb9659033'Leif Å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