summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/sasslangbroken/scss/5-test_chained_extends.scss
blob: 36a2c1905c3cc0c0e3f802ff5932b4e70761cb7f (plain)
1
2
3
4
.foo {a: b}
.bar {@extend .foo}
.baz {@extend .bar}
.bip {@extend .bar}