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

0001 .class {
0002   color: #a2a2a2;
0003   display: block;
0004 }
0005 .zero {
0006   zero: 0;
0007   one: 1;
0008   two: 2;
0009   three: 3;
0010 }
0011 .one {
0012   one: 1;
0013   one-req: 1;
0014   two: 2;
0015   three: 3;
0016 }
0017 .two {
0018   two: 2;
0019   three: 3;
0020 }
0021 .three {
0022   three-req: 3;
0023   three: 3;
0024 }
0025 .left {
0026   left: 1;
0027 }
0028 .right {
0029   right: 1;
0030 }
0031 .border-right {
0032   color: black;
0033   border-right: 4px;
0034 }
0035 .border-left {
0036   color: black;
0037   border-left: 4px;
0038 }
0039 .only-right {
0040   right: 33;
0041 }
0042 .only-left {
0043   left: 33;
0044 }
0045 .left-right {
0046   both: 330;
0047 }
0048 #hola {
0049   color: blue;
0050 }
0051 #defaults_1 {
0052   height: one;
0053   height: two;
0054   height: three;
0055   height: four;
0056 }
0057 .thing {
0058   color: red;
0059 }
0060 #aa {
0061   color: green;
0062   color: blue;
0063   color: red;
0064 }
0065 #bb {
0066   color: green;
0067   color: blue;
0068   color: red;
0069 }
0070 #cc {
0071   color: blue;
0072 }