summaryrefslogtreecommitdiff
path: root/vendor/leafo/lessphp/tests/outputs/interpolation.css
blob: c3ff1f42acb8d52fb3cda9ad669bcb341ea10a97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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;
}