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
dzttnnlmgq
2,432 PointsCan we/Do we edit CSS Resets?
Hello,
Is it bad practice to edit CSS Resets such as normalize.css? I've seen others do it and haven't been told that I should.
I don't see why not, but I thought I would ask anyhow.
Thank, Leon.
1 Answer
Travis Batts
4,031 PointsIn my opinion (which some could disagree) I for one see no problem editing normalize.css. In fact there is a lot of fat that can be taken out. I would recommend reading this article "http://jaydenseric.com/blog/forget-normalize-or-resets-lay-your-own-css-foundation". It's interesting and gives you an idea on how to customize your own normalize.css.
dzttnnlmgq
2,432 Pointsdzttnnlmgq
2,432 PointsHi Travis,
Thanks for the reply. I totally agree with you, and the article linked. The main reason I asked the question because I noticed all the bloat-code.
Thanks again, Leon.