Commit 3a0351f9 by Aaron Leung

random test file

parent 8995127b
@import url(foobar.css);
div {
a: 2 2 + 2;
a: #{2 + 2};
b: +23;
a: hello #{world};
a: hello whatever;
a: "hello";
b: "hello#{2+2}";
@import url(foobar.css);
c: -webkit-foobar(hux, baz);
c: foo(hello);
@import url(foobar.css);
}
@mixin foo() {
blah: blah;
bloo: bloo;
}
= bar() {
barbar: barboo;
}
div {
+ foo();
a: a;
b: b;
@include foo();
c: c;
+ foo();
d: d;
+ bar;
}
\ No newline at end of file
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