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

0001 div {
0002   interp1: yes;
0003   interp2: yes;
0004   interp3: okay;
0005 }
0006 10"yeah" {
0007   color: blue;
0008 }
0009 10 {
0010   color: blue;
0011 }
0012 hello world 10 {
0013   color: red;
0014 }
0015 #"yeah" {
0016   color: "hello 10";
0017 }
0018 [prop],
0019 [prop="value3"],
0020 [prop*="val3"],
0021 [|prop~="val3"],
0022 [*|prop$="val3"],
0023 [ns|prop^="val3"],
0024 [3^="val3"],
0025 [3=3],
0026 [3] {
0027   attributes: yes;
0028 }