wp-autoless/vendor/leafo/lessphp/tests/outputs/interpolation.css
Peter Molnar 90b7e3d3bc init
2016-07-25 12:40:28 +00:00

28 lines
315 B
CSS

div {
interp1: yes;
interp2: yes;
interp3: okay;
}
10"yeah" {
color: blue;
}
10 {
color: blue;
}
hello world 10 {
color: red;
}
#"yeah" {
color: "hello 10";
}
[prop],
[prop="value3"],
[prop*="val3"],
[|prop~="val3"],
[*|prop$="val3"],
[ns|prop^="val3"],
[3^="val3"],
[3=3],
[3] {
attributes: yes;
}