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 trialGary Jennings
22,408 PointsCSS / SASS style guides
After writing css for a few projects, I feel like I need to commit to a style guide or a pattern. What are some good style guides that you have come across? I recently found a style guide that is implemented by Trello which can be found here: https://gist.github.com/bobbygrace/9e961e8982f42eb91b80
Are there any CSS / SASS style guides out there that are more accepted and used than others?
1 Answer
Tim Knight
28,888 PointsGary,
This is one I reference often when writing Sass: http://sass-guidelin.es/.
It's written by Hugo Giraudel, a large contributor to the Sass community.