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

0001 body {
0002   height: 22px;
0003 }
0004 body ul {
0005   height: 20px;
0006 }
0007 body ul li {
0008   height: 10px;
0009 }
0010 body ul li div span,
0011 body ul li link {
0012   margin: 10px;
0013   color: red;
0014 }
0015 body ul div,
0016 body ul p {
0017   border: 1px;
0018 }
0019 body ul div.hello,
0020 body ul p.hello {
0021   color: green;
0022 }
0023 body ul div :what,
0024 body ul p :what {
0025   color: blue;
0026 }
0027 body ul a b {
0028   color: blue;
0029 }