Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit 'feb9a8c3510afc76c079fafcd9e507205bde139c' | Artur Signell | 2013-04-23 | 1 | -0/+17 |
|\ | | | | | | | | | | | | | | | Conflicts: WebContent/release-notes.html theme-compiler/src/com/vaadin/sass/internal/parser/Parser.java Change-Id: Iad9ee95b2f399ff93f0e426a0810b18d923f8ff6 | ||||
| * | Support "to" in CSS function parameters (#11309) | Henri Sara | 2013-04-18 | 1 | -0/+17 |
| | | | | | | | | | | | | This change also relaxes whitespace checking in SCSS tests slightly. Change-Id: I2ad5087e7d77ddd0473df47d202c6dd3e228181f | ||||
* | | Merge remote-tracking branch 'origin/7.0' | John Ahlroos | 2013-03-01 | 5 | -0/+61 |
|\| | | | | | | | Change-Id: Ifdc095169c31731cb013727f14d92839ecc775db | ||||
| * | Fixed several problems related to @extend directive (Ticket #10976) | Haijian Wang | 2013-02-26 | 5 | -0/+61 |
| | | | | | | | | Change-Id: I5e409856601aa514965319453c11946028b08dda | ||||
* | | support @content directive for Sass compiler (Ticket #10207) | Haijian Wang | 2013-02-28 | 2 | -0/+49 |
| | | | | | | | | Change-Id: I8037e1d64afd1ce2044d89d3bdcf408f6162727c | ||||
* | | support arithmetics in the SCSS compiler (#9354) | Haijian Wang | 2013-02-27 | 1 | -0/+44 |
|/ | | | | Change-Id: Ieb7834fb12cdba5c0794a26de20b3c8c2d509642 | ||||
* | Selector now can begin with a combinator. (Ticket #10754) | Haijian Wang | 2013-02-19 | 1 | -0/+9 |
| | | | | Change-Id: Id2f1a006e4caaf790f573ee823fcc41312f30261 | ||||
* | SASS fails to parse CSS expression function. (Ticket #9870) | Haijian Wang | 2013-02-14 | 1 | -0/+3 |
| | | | | Change-Id: Iea5f3b846a033e218c384dc58e5e045e524de83f | ||||
* | Merge "Sass replaces variables based on substring matches. (Tickets #10508, ↵ | Henri Sara | 2013-02-13 | 2 | -0/+23 |
|\ | | | | | | | #10730)" into 7.0 | ||||
| * | Sass replaces variables based on substring matches. (Tickets #10508, | Haijian Wang | 2013-02-13 | 2 | -0/+23 |
| | | | | | | | | | | | | #10730) Change-Id: I7d3c5a74055e28e0e22fe6e496209d7d3c42b4af | ||||
* | | Paser doesn't know CSS 'lem' and 'rem'. (Ticket #11024) | Haijian Wang | 2013-02-13 | 1 | -0/+5 |
| | | | | | | | | Change-Id: I6ca39f5c97ffce610faafb8e172f290405409dc7 | ||||
* | | Merge "Referencing multiple params in multiple lines inside mixin (Ticket ↵ | Henri Sara | 2013-02-12 | 1 | -0/+10 |
|\ \ | |/ |/| | | | #10987)" into 7.0 | ||||
| * | Referencing multiple params in multiple lines inside mixin (Ticket | Haijian Wang | 2013-02-12 | 1 | -0/+10 |
| | | | | | | | | | | | | #10987) Change-Id: I3d97849afac763a9774cee254778e068f94a23e0 | ||||
* | | pseudo-class css selector fails the parser. (Ticket 10316) | Haijian Wang | 2013-02-11 | 1 | -0/+11 |
|/ | | | | Change-Id: I6548c31aaf01ac75fb0668c4c28acbee952e6c6f | ||||
* | Preserve UTF-8 in imported files and output @charset in generated css | Haijian Wang | 2013-01-09 | 2 | -0/+7 |
| | | | | | | (#10505) Change-Id: I53f46611ef39124d532b118bb8ccb34f31cf8a6a | ||||
* | Supports @keyframes, related to Ticket #10000 | Haijian Wang | 2013-01-09 | 1 | -0/+46 |
| | | | | Change-Id: Ic65defdccb4d0aa8f54aa941acde21554f0bf989 | ||||
* | supports contains in @if, related to Ticket #9975 | Haijian Wang | 2013-01-08 | 1 | -0/+18 |
| | | | | Change-Id: Ib128801a06a03ebd4460e87a6963a01483f58cec | ||||
* | support interpolation in property name (#9410) | Haijian Wang | 2013-01-04 | 1 | -0/+9 |
| | | | | Change-Id: Idfb058daf796875cadf0262a2b8150fc1c103915 | ||||
* | Merge "fix Ticket #10506, remove quotes in url path" | Henri Sara | 2013-01-02 | 2 | -0/+6 |
|\ | |||||
| * | fix Ticket #10506, remove quotes in url path | Haijian Wang | 2013-01-02 | 2 | -0/+6 |
| | | | | | | | | | | | | taking single quote into consideration Change-Id: I966ffeba8a60c7c16980cca3dfa69935e0aca67b | ||||
* | | Extend support for Microsoft filter expressions in SASS (#10597) | Henri Sara | 2012-12-27 | 1 | -0/+1 |
|/ | | | | | | | Now, also string parameters and multiple parameters are accepted by the parser. Change-Id: I3b1a707e4d0531c4d6117c8f0b2b140fdf6ac741 | ||||
* | Copy unrecognized @ rules to output as is (#10486) | Henri Sara | 2012-12-19 | 1 | -0/+3 |
| | | | | | | | Also adds preliminary support for recognizing @debug and @warn so that those are not copied. Change-Id: Idaf80daaad78804871d128a9e804404fcf043d25 | ||||
* | Use separate scope for variables within a mixin (#10453) | Henri Sara | 2012-12-14 | 2 | -0/+25 |
| | | | | | | | Also contains another fix related to how variable values are replaced in mixins. Change-Id: I7a53e0a62041da6557eea10e124e64a55c7823f4 | ||||
* | Accept anything as pseudo function parameters (#10316) | Henri Sara | 2012-12-07 | 1 | -0/+17 |
| | | | Change-Id: Ib5aab4d4ca7de0fa7dc46a31f8d98740b302b7d3 | ||||
* | Support @if in @mixin (#10438) | Henri Sara | 2012-11-30 | 1 | -0/+9 |
| | | | | | | Also adds support for @font-face and the (not yet implemented) @page. Change-Id: I65367121a71ac28c4b99d6b3ed7716e89cb132fa | ||||
* | Eliminate ambiguity between pseudos and properties (#10406) | Henri Sara | 2012-11-29 | 1 | -0/+16 |
| | | | | Change-Id: I339548272ad12d961f2f81a2922f8ec58828629f | ||||
* | Support for all valid CSS selectors (#10316) | Henri Sara | 2012-11-27 | 1 | -0/+63 |
| | | | | | | | | | Add support for pseudo-functions like ":nth-child(n)". Add support for sibling selector "E ~ F". Add support for unknown pseudo-functions taking an identifier such as ":not(s)". Change-Id: I39b31fa99f031b31b215058a45b74e40b23191f3 | ||||
* | Move some SCSS tests to be scanned automatically | Henri Sara | 2012-11-27 | 4 | -0/+64 |
Change-Id: I7590c6cd20f649a5c02e92673d44cf1c2721b95d |