Commit 42ee27a6 by Aaron Leung

Adding a spec test for nested selector groups that have combinators. Still passes!

parent c165e7df
a + b, c {
blah: blah;
bleh: bleh;
d e, f ~ g + h {
bloo: bloo;
blee: blee;
}
}
\ No newline at end of file
a + b, c {
blah: blah;
bleh: bleh; }
a + b d e, a + b f ~ g + h, c d e, c f ~ g + h {
bloo: bloo;
blee: blee; }
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