UNPKG

202 BCSSView Raw
1.test {
2 color: red;
3 my-func-a: 1;
4 my-func-b: bar;
5 background: none;
6 fn: red;
7 fn2: bar;
8 fn2: red; }
9 .test.hover {
10 my-func-c: red; }
11 .test.active {
12 fn: red;
13 fn3: bar, red; }