Commit c800eab4 by Aaron Leung

Adding a spec test for combinator selectors.

parent b9cfc227
a + b > c {
d e {
color: blue;
background: white;
}
color: red;
background: gray;
}
\ No newline at end of file
a + b > c {
color: red;
background: gray; }
a + b > c d e {
color: blue;
background: white; }
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