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

Front-End Track, can I skip SASS for now?

Can I skip SASS? is it vital for someone new? or is it another skill to look up later?

I'm trying to get to the point where I have all the tools to make a flashy static website, once I have made a few of those I would like to then focus on PHP/SQL. I am currently following the Front-End Track.... however SASS is now apart of it (I just resubbed after a few months).

2 Answers

Sarah Bradberry
Sarah Bradberry
7,115 Points

I think if you're going to use Sass, it's a good idea to learn it now as it's quite an intuitive way to write code. It's not essential to ever learn it, though, unless you're expected to use it in your workplace.

Nick Pettit
Nick Pettit
Treehouse Teacher

This is a good response.

Although it's not required, SASS is growing in popularity very rapidly. Knowing SASS will help you build projects faster and will open up more employment opportunities. For example, we use SASS to make the Treehouse website (along with many other technologies). It's a very good idea to learn it.

Ok, thank you both!