input +mixme background: red
=apply-to-ie6-only * html @content
+apply-to-ie6-only #logo background-image: url(/logo.gif)
@mixin inc() mix: in
.a + .c, .b margin: 10px +inc
.a +inc + b .c, .b margin: 10px
.a > .c, .b margin: 10px
<===> output.css input { color: blue; background: red; }
* html #logo { background-image: url(/logo.gif); }
.a + .c, .a + .b { margin: 10px; mix: in; }
.a { mix: in; } .a + b .c, .a + b .b { margin: 10px; }
.a > .c, .a > .b { margin: 10px; }
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 2:
Unknown directive: =mixme