Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS Sass Basics Improve Your Workflow with Sass Extend the Properties of Selectors

@extend or &-

So would we have to add "@extend" if we have "&-callout" and "&-info" nested in ".btn"?

Justin Iezzi
Justin Iezzi
18,199 Points

From what I understand, you do still want to include @extend. You can try adding it right into your nested classes in workspace to see the difference of your css before and after adding @extend, but it essentially gives the same results that we see in the video.

1 Answer

David Kanwisher
David Kanwisher
9,751 Points

Great question!

"&-" will only steal the name of the parent, it will not reuse any of the parent CSS properties Example:

https://www.sassmeister.com/gist/a225d5553b3e168f47c22c2515e14026

This is probably what you have in mind:

https://www.sassmeister.com/gist/e9c1a265070aae43fa87745c2767d868