add tags to document and organization
[redakcja.git] / apps / wiki / static--wiki--editor--node_modules--grunt-contrib-less--node_modules--less--test / css / import.css
1 @import url(http://fonts.googleapis.com/css?family=Open+Sans);
2 @import url(/absolute/something.css) screen and (color) and (max-width: 600px);
3 @import url("//ha.com/file.css") (min-width: 100px);
4 #import-test {
5   height: 10px;
6   color: #ff0000;
7   width: 10px;
8   height: 30%;
9 }
10 @media screen and (max-width: 600px) {
11   body {
12     width: 100%;
13   }
14 }
15 #import {
16   color: #ff0000;
17 }
18 .mixin {
19   height: 10px;
20   color: #ff0000;
21 }
22 @media screen and (max-width: 601px) {
23   #css {
24     color: yellow;
25   }
26 }
27 @media screen and (max-width: 602px) {
28   body {
29     width: 100%;
30   }
31 }
32 @media screen and (max-width: 603px) {
33   #css {
34     color: yellow;
35   }
36 }