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

0001 color: "aaa, bbb";
0002 .topbar {
0003   background: url(/assets/images/test/topbar.png);
0004 }
0005 .hello {
0006   test: empty-function("/assets/images/test/",40%,to(#fff));
0007 }
0008 .css3 {
0009   background-image: -webkit-gradient(linear,0% 0%,0% 90%,from(#E9A000),to(#A37000));
0010 }
0011 .test,
0012 .world {
0013   border: 1px solid red;
0014   color: url(http://mage-page.com);
0015   string: "hello /* this is not a comment */";
0016   world: "// neither is this";
0017   string: 'hello /* this is not a comment */';
0018   world: '// neither is this';
0019   what-ever: 100px;
0020   background: url(/*no comment here*/);
0021 }
0022 .urls {
0023   background1: url("http://google.com");
0024   background2: url(http://google.com);
0025   background3: url("http://google.com");
0026 }
0027 .cool {
0028   color: "aaa, bbb";
0029 }
0030 .span-17 {
0031   float: left;
0032 }
0033 .span-17 {
0034   width: 660px;
0035 }
0036 .x {
0037   float: left;
0038   width: 660px;
0039 }
0040 .hi pre {
0041   color: red;
0042 }
0043 .hi pre {
0044   color: blue;
0045 }
0046 .rad pre {
0047   color: red;
0048 }
0049 .rad pre {
0050   color: blue;
0051 }
0052 hello {
0053   numbers: 1.0 0.1 .1 1.;
0054   numbers: 1.0s 0.1s .1s 1.s;
0055   numbers: -1s -0.1s -0.1s -1s;
0056   numbers: -1 -0.1 -0.1 -1;
0057 }
0058 #string {
0059   hello: 'what\'s going on here';
0060   hello: 'blah blag @{ blah blah';
0061   join: "3434hello";
0062   join: 3434hello;
0063 }
0064 .duplicates {
0065   hello: world;
0066   hello: "world";
0067   hello: "what";
0068 }