icingaweb2/library/vendor/lessphp/tests/outputs/interpolation.css

18 lines
167 B
CSS

div {
color: yes;
color: yes;
color: okay;
}
10"yeah" {
color: blue;
}
10 {
color: blue;
}
hello world 10 {
color: red;
}
#"yeah" {
color: "hello 10";
}