Why You Should Avoid Sass @extend

Very eye-opening article, Hugo, but here’s a good potential use-case for placeholders and @extend: http://sassmeister.com/gist/08aee2e0b393924cec84

Basically, the combination of placeholders and @extend can be used to flexibly establish relationships between abstract components, especially when the selectors used to represent these components can change without ever having to change the underlying CSS.