Warning, /webapps/ocs-webserver/library/lessphp/tests/outputs/import.css is written in an unsupported language. File is not indexed.

0001 @import "not-found";
0002 @import "something.css" media;
0003 @import url("something.css") media;
0004 @import url(something.css) media, screen, print;
0005 b {
0006   color: maroon;
0007   padding: 16px;
0008 }
0009 body {
0010   line-height: 10em;
0011 }
0012 body div.bright {
0013   color: red;
0014 }
0015 body div.sad {
0016   color: blue;
0017 }
0018 .one {
0019   color: blue;
0020 }
0021 #merge-import-mixins .just-a-class {
0022   background: red;
0023 }
0024 #merge-import-mixins .just-a-class {
0025   background: blue;
0026 }
0027 #merge-import-mixins .hello {
0028   height: 200px;
0029 }
0030 @media cool {
0031   #merge-import-mixins {
0032     color: red;
0033     height: 200px;
0034   }
0035 }
0036 #merge-import-mixins div {
0037   background: red;
0038   background: blue;
0039 }
0040 .inner {
0041   content: "inner/file1.less";
0042 }
0043 .inner {
0044   content: "inner/file2.less";
0045 }
0046 pre {
0047   color: hello-from-file-3;
0048 }
0049 h2 {
0050   background: url("../images/logo.png") no-repeat;
0051 }