172ba028fc0ad986ad2b12ed5ed0efb8489701b6
[redakcja.git] /
1 @charset "UTF-8";
2
3 @import "import/test.less";
4
5 .start() {
6   .test2 {
7       color: red;
8   }
9 }
10
11 .mix() {
12     color: black;
13 }
14
15 .test1 {
16   .mix();
17 }
18
19 .start();
20
21 .mixin_import1();
22
23 .mixin_import2();