UNPKG

774 BCSSView Raw
1.test {
2 color: green; }
3 .test.alt {
4 color: red;
5 extended: true; }
6 .test.primary {
7 color: green; }
8 .test.small {
9 color: green;
10 font-size: 70%; }
11 .test.small.alt {
12 color: red;
13 extended: true;
14 font-size: 70%; }
15 .test.large {
16 color: green;
17 font-size: 100%; }
18 .test.small.large {
19 color: green;
20 font-size: 100%; }
21 .test.small.primary {
22 color: blue;
23 font-size: 95%; }
24 .test.small.large.primary {
25 color: blue;
26 font-size: 95%; }
27 .test.small.alt.primary {
28 color: blue;
29 extended: true;
30 font-size: 95%; }
31 .test.small.secondary.primary {
32 color: blue;
33 font-size: 95%; }
34 .test.small.tertiary.primary {
35 color: blue;
36 font-size: 95%; }
37 .test.not-a-map {
38 color: green; }