summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/automatic/scss
Commit message (Collapse)AuthorAgeFilesLines
* Fixed several problems related to @extend directive (Ticket #10976)Haijian Wang2013-02-265-0/+61
| | | | Change-Id: I5e409856601aa514965319453c11946028b08dda
* Selector now can begin with a combinator. (Ticket #10754)Haijian Wang2013-02-191-0/+9
| | | | Change-Id: Id2f1a006e4caaf790f573ee823fcc41312f30261
* SASS fails to parse CSS expression function. (Ticket #9870)Haijian Wang2013-02-141-0/+3
| | | | Change-Id: Iea5f3b846a033e218c384dc58e5e045e524de83f
* Merge "Sass replaces variables based on substring matches. (Tickets #10508, ↵Henri Sara2013-02-132-0/+23
|\ | | | | | | #10730)" into 7.0
| * Sass replaces variables based on substring matches. (Tickets #10508,Haijian Wang2013-02-132-0/+23
| | | | | | | | | | | | #10730) Change-Id: I7d3c5a74055e28e0e22fe6e496209d7d3c42b4af
* | Paser doesn't know CSS 'lem' and 'rem'. (Ticket #11024)Haijian Wang2013-02-131-0/+5
| | | | | | | | Change-Id: I6ca39f5c97ffce610faafb8e172f290405409dc7
* | Merge "Referencing multiple params in multiple lines inside mixin (Ticket ↵Henri Sara2013-02-121-0/+10
|\ \ | |/ |/| | | #10987)" into 7.0
| * Referencing multiple params in multiple lines inside mixin (TicketHaijian Wang2013-02-121-0/+10
| | | | | | | | | | | | #10987) Change-Id: I3d97849afac763a9774cee254778e068f94a23e0
* | pseudo-class css selector fails the parser. (Ticket 10316)Haijian Wang2013-02-111-0/+11
|/ | | | Change-Id: I6548c31aaf01ac75fb0668c4c28acbee952e6c6f
* Preserve UTF-8 in imported files and output @charset in generated cssHaijian Wang2013-01-092-0/+7
| | | | | | (#10505) Change-Id: I53f46611ef39124d532b118bb8ccb34f31cf8a6a
* Supports @keyframes, related to Ticket #10000Haijian Wang2013-01-091-0/+46
| | | | Change-Id: Ic65defdccb4d0aa8f54aa941acde21554f0bf989
* supports contains in @if, related to Ticket #9975Haijian Wang2013-01-081-0/+18
| | | | Change-Id: Ib128801a06a03ebd4460e87a6963a01483f58cec
* support interpolation in property name (#9410)Haijian Wang2013-01-041-0/+9
| | | | Change-Id: Idfb058daf796875cadf0262a2b8150fc1c103915
* Merge "fix Ticket #10506, remove quotes in url path"Henri Sara2013-01-022-0/+6
|\
| * fix Ticket #10506, remove quotes in url pathHaijian Wang2013-01-022-0/+6
| | | | | | | | | | | | taking single quote into consideration Change-Id: I966ffeba8a60c7c16980cca3dfa69935e0aca67b
* | Extend support for Microsoft filter expressions in SASS (#10597)Henri Sara2012-12-271-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 Sara2012-12-191-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 Sara2012-12-142-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 Sara2012-12-071-0/+17
| | | Change-Id: Ib5aab4d4ca7de0fa7dc46a31f8d98740b302b7d3
* Support @if in @mixin (#10438)Henri Sara2012-11-301-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 Sara2012-11-291-0/+16
| | | | Change-Id: I339548272ad12d961f2f81a2922f8ec58828629f
* Support for all valid CSS selectors (#10316)Henri Sara2012-11-271-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 automaticallyHenri Sara2012-11-274-0/+64
Change-Id: I7590c6cd20f649a5c02e92673d44cf1c2721b95d