summaryrefslogtreecommitdiffstats
path: root/theme-compiler
Commit message (Expand)AuthorAgeFilesLines
* Prevent NPE when a SCSS file is not found #11099John Ahlroos2013-03-012-2/+17
* Make SassLangTestsBroken pass iff the CSS and SCSS do not match.Henri Sara2013-03-011-0/+20
* Removed super class which caused a JUnit3 runner to be used (#11184)Artur Signell2013-02-281-4/+2
* Print an error message if the test folder cannot be found (#11184)Artur Signell2013-02-283-3/+14
* Fixed several problems related to @extend directive (Ticket #10976)Haijian Wang2013-02-2616-22/+277
* Selector now can begin with a combinator. (Ticket #10754)Haijian Wang2013-02-197-1169/+1170
* more than expected params in mixin throws IOB exception. (Ticket #10988)Haijian Wang2013-02-193-5/+55
* Fixed logic error causing IOException if stream supports mark (#10851)Artur Signell2013-02-192-9/+14
* Added back previous removed test due to #9870 to pass test (TicketHaijian Wang2013-02-141-0/+1
* SASS fails to parse CSS expression function. (Ticket #9870)Haijian Wang2013-02-145-6152/+6198
* ParseException does not output file name (Ticket #10967)Haijian Wang2013-02-142-1/+45
* Merge "Sass replaces variables based on substring matches. (Tickets #10508, #...Henri Sara2013-02-1313-40/+157
|\
| * Sass replaces variables based on substring matches. (Tickets #10508,Haijian Wang2013-02-1313-40/+157
* | Paser doesn't know CSS 'lem' and 'rem'. (Ticket #11024)Haijian Wang2013-02-138-6377/+5587
* | Merge "Referencing multiple params in multiple lines inside mixin (Ticket #10...Henri Sara2013-02-123-15/+33
|\ \ | |/ |/|
| * Referencing multiple params in multiple lines inside mixin (TicketHaijian Wang2013-02-123-15/+33
* | pseudo-class css selector fails the parser. (Ticket 10316)Haijian Wang2013-02-114-1881/+1708
|/
* Include GWT sources in sources jar (#9102)Artur Signell2013-01-211-1/+3
* Add license header for a couple of filesHaijian Wang2013-01-106-12800/+14971
* Preserve UTF-8 in imported files and output @charset in generated cssHaijian Wang2013-01-097-171/+210
* Supports @keyframes, related to Ticket #10000Haijian Wang2013-01-0910-2604/+3643
* supports contains in @if, related to Ticket #9975Haijian Wang2013-01-086-1097/+1152
* Merge "Checkstyle for Vaadin #9065"Henri Sara2013-01-071-1/+7
|\
| * Checkstyle for Vaadin #9065Pekka Hyvönen2013-01-041-1/+7
* | support interpolation in property name (#9410)Haijian Wang2013-01-047-922/+948
|/
* Updated copyright notices and added missing license headersArtur Signell2013-01-0495-59/+599
* Merge "Fixed typo in build script"Henri Sara2013-01-021-2/+2
|\
| * Fixed typo in build scriptArtur Signell2013-01-021-2/+2
* | Merge "fix Ticket #10506, remove quotes in url path"Henri Sara2013-01-024-1/+14
|\ \ | |/ |/|
| * fix Ticket #10506, remove quotes in url pathHaijian Wang2013-01-024-1/+14
* | Minor fix to SASS else-if condition parsing.Henri Sara2013-01-022-3/+3
* | Sass parser refactoring to reduce duplication.Henri Sara2013-01-022-1113/+1311
* | Extend support for Microsoft filter expressions in SASS (#10597)Henri Sara2012-12-274-328/+360
|/
* Copy unrecognized @ rules to output as is (#10486)Henri Sara2012-12-195-632/+782
* Merge "Use a custom test runner for SASS tests to get file name in JUnit "Marc Englund2012-12-175-41/+154
|\
| * Use a custom test runner for SASS tests to get file name in JUnit Henri Sara2012-12-145-41/+154
* | Merge "Use separate scope for variables within a mixin (#10453)"Marc Englund2012-12-146-8/+94
|\ \ | |/ |/|
| * Use separate scope for variables within a mixin (#10453)Henri Sara2012-12-146-8/+94
* | Override commons-logging version (#9970)Artur Signell2012-12-141-1/+4
|/
* Same version of commons-lang in SmartSprites and elsewhere (#9970)Henri Sara2012-12-101-1/+1
* Move SASS tests that now work to correct directoryHenri Sara2012-12-094-0/+0
* Accept anything as pseudo function parameters (#10316)Henri Sara2012-12-074-849/+809
* Support @if in @mixin (#10438)Henri Sara2012-11-304-9/+32
* Eliminate ambiguity between pseudos and properties (#10406)Henri Sara2012-11-294-658/+1397
* Merge "Add lookahead to eliminate SASS parsing ambiguity"Marc Englund2012-11-292-49/+64
|\
| * Add lookahead to eliminate SASS parsing ambiguityHenri Sara2012-11-282-49/+64
* | Removed invalid dependency to vaadin-shared-deps (#10415)Artur Signell2012-11-281-3/+0
* | Regenerate some SASS parser files to reduce warnings.Henri Sara2012-11-283-3/+3
|/
* Support for all valid CSS selectors (#10316)Henri Sara2012-11-276-1423/+1622
* Merge "Move some SCSS tests to be scanned automatically"Marc Englund2012-11-2713-110/+48
|\