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

Reset stylesheet, normalize and SCSS.

With your sass projects do you use a sass stylesheet, is there a good sass stylesheet excluding compass's "compass reset?

1 Answer

Ron McCranie
Ron McCranie
7,837 Points

For many of my Sass projects I use Bourbon as a mixin library, Neat as a grid framework, and Bitters for some default styling. You can simply include any reset or normalize file you want. The great thing about Sass is you can use regular css files and they work without 'converting' them to Sass, just rename the file with the scss extension. I prefer normalize over reset.