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

0001 .one {
0002   hello: one;
0003   world: one;
0004 }
0005 .two {
0006   hello: two;
0007   world: two;
0008 }
0009 .three {
0010   hello: three;
0011   world: three;
0012 }
0013 .multi-foo {
0014   foo: two cool;
0015   foo: three cool yeah;
0016   foo: two 1;
0017   foo: three 1 yeah;
0018   foo: three 1 1;
0019 }
0020 .multi-baz {
0021   baz: two cool;
0022   baz: three yeah;
0023   baz: two 1;
0024   baz: three 1;
0025 }