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

Nina Barley
PLUS
Nina Barley
Courses Plus Student 2,006 Points

When setting up partials for sass from an existing CSS, how do you choose which partial to put mixed selectors in?

I am converting a huge, existing CSS file into sass. There are many selectors with mixed properties like this: .secondary h2.inlineLinks { font-family: 'ProximaNova-Semibold'; font-size: 24px; margin-top: 0; margin-bottom: 20px; background: #fff; color: #363636; } Would something like this go into a typography partial, or a container partial, or would you divide it up and put the appropriate parts into both?