Commit b56647b2 by Aaron Leung

Don't need these files in the root folder anymore.

parent 0a1a7427
[hey = 'ho'], a > b {
blah: blah;
c, [hoo *= "ha" ] {
bloo: bloo;
}
}
\ No newline at end of file
hey, ho {
& > boo, foo &.goo {
bloo: bloo;
}
blah: blah;
}
\ No newline at end of file
a + b, .class {
blah: blah;
bleh: bleh;
d #id, f ~ g.other + h, > i#grar {
bloo: bloo;
blee: blee;
}
}
\ No newline at end of file
a + b > c {
d e {
color: blue;
background: white;
}
color: red;
background: gray;
}
\ No newline at end of file
/* hey, a comment */
/* hey, another comment */ /* and another */
/* all of these should be kept */
div {
span {
color: red;
background: blue;
}
}
div {
color: gray;
empty {
span {
color: red;
background: blue;
}
}
}
empty1 {
empty2 {
div {
blah: blah;
}
}
}
empty1 {
empty2 {
div {
bloo: blee;
empty3 {
span {
blah: blah;
blah: blah;
}
}
}
}
}
a, b {
color: red;
background: blue;
}
c, d {
color: gray;
e, f {
background: blue;
padding: 10px 5px;
}
g, h {
blah: blah;
bloo: bloo;
}
i, j {
foo: goo;
k, l {
m, n, o {
wow: we are far inside;
but: it still works;
}
hoo: boo;
}
}
}
\ No newline at end of file
a + b, c {
blah: blah;
bleh: bleh;
d e, f ~ g + h, > i {
bloo: bloo;
blee: blee;
}
}
\ No newline at end of file
$x: foo;
\ 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