aboutsummaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/sasslangbroken/css/67-test_multiple_targets.css
blob: 779bd00f757eb997f29002a16ece7f99d49d475e (plain)
1
2
3
4
5
6
7
.foo, .bar {
  a: b;
}

.blip .foo, .blip .bar {
  c: d;
}