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 CSS to Sass Installing Sass and Setting up the Project Course Overview

When to use SASS?

When is it determined to use SASS? Could a a designer outright use SASS from the beginning of a project to style a page? Is it better to use it once the styling through CSS is done?

2 Answers

Kevin Korte
Kevin Korte
28,148 Points

I use Sass every single time, on every single project, from the very beginning. There would be no point to go back and add Sass if the css is already done, as Sass will generate the css needed. It is just personal preference, but that's what I do.

Owa Aquino
Owa Aquino
19,277 Points

Hi Benjamin,

For my own preferences I used SASS directly in my big projects. Projects that some team member will use as well. For my small project I used the standard CSS. As you progress in SASS Course you'll learn the difference of the two.

Again this is just my own preference. Hope it clarify your question :) just remember SASS and CSS is basically just the same :)

Cheers!

Owa