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

Aurelian Spodarec
Aurelian Spodarec
10,801 Points

Sass is a pre-processor, right?

HI,

Sass is a pre-processor of CSS. Bootstrap/FOundation etc.. are CSS frameworks.

So this here

A range of CSS Frameworks (Primary: SASS/SCSS)

Is wrong, right?

This should be a range of CSS pre-processor rather. Which Sass/SCSS is the same thing rihgt.

I mean, Sass, but save it as Scss. Plus they are reallt the same with few differences right.

1 Answer

Michael Davis
PLUS
Michael Davis
Courses Plus Student 12,508 Points

This discussion shares more compare-and-contrast discussion between Frameworks and Pre-Processors. Bootstrap, for example, could be called a Pre-Processor Framework (term used loosely) since it's written in LESS.

LESS v/s SASS: Less was written in JS, SASS was written in Ruby.