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

0001 dd {
0002   simple: yellow;
0003 }
0004 b {
0005   something: red;
0006   something-complex: blue cool;
0007   something-complex: blue birthday;
0008 }
0009 img {
0010   another: green;
0011   flipped: teal;
0012 }
0013 body {
0014   yeah-number: purple 232px;
0015   yeah-pixel: silver;
0016   yeah-number: purple 232;
0017 }
0018 div {
0019   something-complex: blue true;
0020 }
0021 link {
0022   color: true red;
0023   color: true #fff;
0024   color: true #fffddd;
0025   color: true #000000;
0026   color: true rgba(0,0,0,0.34);
0027 }