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

mon Wil
mon Wil
2,007 Points

How often is one expected to use the CSS validator tool? Would this be part of best practice in debugging css code?

CSS validation as part of the CSS Basics module.

1 Answer

Claire Tregunna
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Claire Tregunna
Front End Web Development Techdegree Graduate 38,064 Points

Absolutely! Personally, I use it regularly to ensure the code passes and no errors that are going to cause an issue on my site and affect the functionality. How often I guess is up to you, however, you don't want to leave it to long as this could make debugging harder.