summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/sasslangbroken/scss/69-test_nested_extend_loop.scss
blob: 3143a1f07849c8f90dbc66a3a35d2b2e4ee2af01 (plain)
1
2
3
4
.bar {
  a: b;
  .foo {c: d; @extend .bar}
}