aboutsummaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/sasslangbroken/css/69-test_nested_extend_loop.css
blob: 09d0b125412a7fc998055d5b147bf5a699f898c5 (plain)
1
2
3
4
5
6
.bar, .bar .foo {
  a: b;
}
.bar .foo {
  c: d;
}