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 trialJohn Wheal
27,969 PointsWhat is SASS?
In the latest exercise your creative you use something called SASS. What is this?
3 Answers
Paul Dunahoo
5,390 PointsStylesheet Language.
Jeremy Hilder
Courses Plus Student 9,084 PointsTake a look at http://sass-lang.com/ for an overview.
James Barnett
39,199 Points@John - Sass is a CSS pre-processor.
It allows you to do useful things like let you do useful things like declare your hexcolor in one place and then reference it by variable name.
Sass is also good at letting you write all of your vendor pre-fixes for border-radius once and then reference then multiple times.
Sass is then compiled using Ruby into the CSS syntax we all know and love.
Sass has been covered on the Treehouse blog as well: