Why You Should Avoid Sass @extend

I agree. Very good use case. There are a lot of things I choose not to extend because it causes selectors to jump up the stylesheet and that is rarely a good thing. I’d rather only extend within a sass partial for things like buttons, panels, or other components. Then I know the selector will never jump up further in the output stylesheet than I intend.