UNPKG

480 BCSSView Raw
1.test {
2 color: green;
3 height: 100%; }
4
5.test2a {
6 color: red;
7 height: 100%; }
8
9.test2b {
10 color: red;
11 height: 100%; }
12
13.test3a {
14 aliased: true; }
15
16.test3b {
17 aliased: true; }
18
19.test3c {
20 aliased: true; }
21
22.test4 {
23 color: red;
24 height: 100%;
25 width: 100%; }
26
27.test-special-props {
28 color: red; }
29 .test-special-props.modified {
30 color: green;
31 background-color: orange; }
32 .test-special-props.extended {
33 color: green;
34 background-color: orange; }