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 (retired) Speeding up Workflow with Sass Importing Files

Julian Pinz贸n Eslava
Julian Pinz贸n Eslava
11,401 Points

Which CSS reset do you prefer?

I've taken the Front-end developer track and Normalize was suggested to reset browser styles. Hampton recommends Reset. Reset seems to be more popular according to Hampton and http://www.cssreset.com/. What has your experience been with those? Any advantages of one over the other?

2 Answers

I much prefer a reset to Normalize. Normalize just adds too much stuff for me. It does provide some pretty nice boilerplate styles, but they quickly get in the way as I start building out the various components of a website. Resets get out of my way and let met get my stuff done.

Jordano Moscoso
Jordano Moscoso
3,104 Points

When you are starting and want a simple site is ok to use Normalize. But when you are working a lot on a website, sometimes Normalize is a headache for me. Now i can see my mistakes on the past. Reset makes to you know everything is 0 so you don't have to overwrite and lose your time.