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

Zachery Campbell
Zachery Campbell
10,617 Points

SCSS questions

Do you think we will see any SCSS videos soon from Treehouse? After reading around I see that it would be beneficial if I didn’t go into a deep drive about Sass when SCSS is the way to go. Even though SCSS has the same features as the Sass syntax, minus the opinionated syntax.

Any opinions on what I should do or where to learn SCSS?

4 Answers

Any version of Sass beyond 3.0 is technically SCSS. The Deep Dive is based on 3.2.9, so you will be learning SCSS and not the classic Sass.

EDIT: well, after looking more through the Sass site it looks like both classic Sass as well as SCSS are supported in the latest version. If you are using classic, .sass extensions are used instead of .scss. Regardless, the Deep Dive uses SCSS, so no worries there.

Tom Bedford
Tom Bedford
15,645 Points

The Sass course teaches the SCSS syntax.

Edit: as Phillip already pointed out!

James Barnett
James Barnett
39,199 Points

The term scss refers to the file extension one uses when writing Sass code these days.