aboutsummaryrefslogtreecommitdiffstats
path: root/theme-compiler/src/com/vaadin/sass/internal/parser/Parser.java
Commit message (Expand)AuthorAgeFilesLines
* Remove theme-compiler and replace with external vaadin-sass-compilerJonatan Kronqvist2014-03-311-7887/+0
* Resolves a case where a missing semicolon was not inferred (#12792)Mika Murtojarvi2014-03-101-853/+842
* Avoid error in rgb() function if variables are used (#12752).denisanisimov2014-02-131-16/+25
* Merge commit '915c37b569600a8d37db2a0800a30474da49e255' into masterJonatan Kronqvist2014-02-101-246/+264
|\
| * Sass compiler now treats null-valued variables as unassigned (#12430).Mika Murtojarvi2014-02-061-241/+259
* | Merge commit '3bfd0046eaead75e6b8cac7dc7b2d1ecceb25dc9' into masterJonatan Kronqvist2014-02-101-415/+393
|\|
| * Resolved ambiguous parsing of ";" within @media block (#12923)joheriks2014-01-301-463/+441
* | Merge commit '37919d14b7509b1c8d8495a3e334d50a913bfe6f' into masterJonatan Kronqvist2014-02-071-715/+773
|\|
| * For @-directives, infer missing semicolon before closing brace (#12792)joheriks2013-11-281-773/+831
* | Merge commit 'a705f8cc3fd5804e828b6647510795dbbb99eaa3' intoMika Murtojarvi2014-02-061-374/+420
|\|
| * Mixins now accept an empty argument list in parenthesesMika Murtojarvi2013-11-261-348/+394
| * Regenerated parser files (#12937)Artur Signell2013-11-121-0/+0
* | Use Logger instead of System.out and System.err (#10328,#13300).denisanisimov2014-02-061-3/+5
* | Revert "Use Logger instead of System.out and System.err (#10328)."Artur Signell2014-02-041-5/+3
* | Use Logger instead of System.out and System.err (#10328).denisanisimov2014-02-041-3/+5
* | Parser recognizes @content directive inside @media (#13279).denisanisimov2014-02-031-7901/+7065
* | Revert "Theme Parser is deleted, build procedure now generates it (#13161)."Leif Åstrand2014-01-161-14/+8591
* | Theme Parser is deleted, build procedure now generates it (#13161).denisanisimov2014-01-151-8591/+14
* | Merge commit 'a3aa6cc93e22fd6ff37ea6f3aa91810cab2aa624'Artur Signell2013-11-111-889/+981
|\|
| * Fixes for sass compiler, handling mixins (#11288).Mika Murtojarvi2013-11-081-8065/+7272
* | Merge commit 'a2f255448e6a755892a97b7df9fc2b65efc5dccc'Artur Signell2013-11-111-211/+293
|\|
| * Allow @font-face and general @-directives inside @if-blocks (#11649)joheriks2013-11-051-218/+293
* | Merge commit '9d84c091714f01e0088fab2202c10b505e78a607'Artur Signell2013-11-111-12560/+7596
|\|
| * Parser stripped minus of negative numbers with unknown units (#12811)joheriks2013-10-281-71/+77
* | A fix for handling nested parentheses in sass (#12833)Mika Murtojarvi2013-11-071-0/+5835
* | Sass, the handling of selectors containing multiple #-symbols (#12832)Mika Murtojarvi2013-11-061-7991/+6866
* | Merge changes from origin/7.1Henrik Paul2013-10-181-607/+617
|\|
| * Fix whitespace after including a mixin (#12715)Mika Murtojarvi2013-10-141-607/+617
* | Merge changes from origin/7.1Leif Åstrand2013-08-301-145/+151
|\|
| * Added controlDirective to ifContentStatement. Fixes ticket #12105.Juho Nurminen2013-08-281-145/+151
* | Merge changes from origin/7.1Leif Åstrand2013-07-151-7086/+7990
|\|
| * #11638: Ending an imported SCSS file with a comment causes an error inHaijian Wang2013-07-011-7086/+7990
* | Merge changes from origin/7.1Leif Åstrand2013-06-071-5/+11
|\|
| * Support nested SASS imports (#11909)Henri Sara2013-05-281-5/+11
| * Merge commit 'a52ceb96590333' into 7.1Leif Åstrand2013-05-171-7675/+7082
| |\
* | \ Merge commit 'a52ceb9659033'Leif Åstrand2013-05-171-7675/+7082
|\ \ \ | |/ / |/| / | |/
| * Merge commit 'feb9a8c3510afc76c079fafcd9e507205bde139c'Artur Signell2013-04-231-7601/+7649
| |\
| * | Regenerate SCSS parser classesHenri Sara2013-02-281-7945/+7074
| * | support @content directive for Sass compiler (Ticket #10207)Haijian Wang2013-02-281-851/+952
| * | support arithmetics in the SCSS compiler (#9354)Haijian Wang2013-02-271-608/+791
* | | Support non-trivial SASS media selectors (#11455)Henri Sara2013-05-141-1019/+999
| |/ |/|
* | Support "to" in CSS function parameters (#11309)Henri Sara2013-04-181-43/+92
|/
* Selector now can begin with a combinator. (Ticket #10754)Haijian Wang2013-02-191-1135/+1109
* Fixed logic error causing IOException if stream supports mark (#10851)Artur Signell2013-02-191-8/+11
* SASS fails to parse CSS expression function. (Ticket #9870)Haijian Wang2013-02-141-1112/+189
* Paser doesn't know CSS 'lem' and 'rem'. (Ticket #11024)Haijian Wang2013-02-131-438/+479
* pseudo-class css selector fails the parser. (Ticket 10316)Haijian Wang2013-02-111-1872/+1646
* Add license header for a couple of filesHaijian Wang2013-01-101-7483/+8740
* Preserve UTF-8 in imported files and output @charset in generated cssHaijian Wang2013-01-091-96/+89
* Supports @keyframes, related to Ticket #10000Haijian Wang2013-01-091-1137/+1483