local changes from server
[redakcja.git] / apps / wiki / static--wiki--editor--node_modules--grunt-contrib-less--node_modules--less--test / css / css-guards.css
1 .light {
2   color: green;
3 }
4 .see-the {
5   color: orange;
6 }
7 .hide-the {
8   color: green;
9 }
10 .multiple-conditions-1 {
11   color: red;
12 }
13 .inheritance .test {
14   color: black;
15 }
16 .inheritance:hover {
17   color: pink;
18 }