UNPKG

291 BCSSView Raw
1.alias1 {
2 color: red;
3 height: 100%; }
4 .alias1.alt2 {
5 color: blue;
6 height: 100%; }
7
8.alias2 {
9 color: blue;
10 height: 100%; }
11 .alias2.small {
12 color: blue;
13 height: 75%; }
14
15.alias3 {
16 color: green;
17 height: 75%; }
18 .alias3.alt2 {
19 color: blue;
20 height: 75%; }