aboutsummaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/sasslang/css/392-test_parent_selectors.css
blob: 99dfe63b616584b111754c2971155c4bd93158be (plain)
1
2
3
4
5
6
foo:hover {
  a: b;
}
bar foo.baz {
  c: d;
}