UNPKG

101 BCSSView Raw
1.foo {
2 color: green;
3}
4
5.bar {
6 color: red;
7}
8
9.baz {
10 color: yellow;
11}
12
13.qux {
14 color: blue;
15}