Commit 31c4d721 by Aaron Leung

More complicated mixin test.

parent 8ef6dc43
......@@ -8,6 +8,14 @@
@mixin hux() {
no: parameters here;
div, span {
some: nested stuff;
foo, bar {
more: stuff and so forth;
blah: blah;
}
}
/* end of hux */
}
a {
......
......@@ -5,8 +5,14 @@ a {
hugabug: kwd-y kwd-x;
goo: boo hoo;
no: parameters here;
/* end of hux */
flugablug: pug flug glug;
flugablug: pug mug glug; }
a div, a span {
some: nested stuff; }
a div foo, a div bar, a span foo, a span bar {
more: stuff and so forth;
blah: blah; }
div {
blah: blah from a variable blah; }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment