DEV Community

Cover image for CSS, SCSS, or SASS?
Jeannie Nguyen
Jeannie Nguyen

Posted on

1 1

CSS, SCSS, or SASS?

Do you have a favorite CSS preprocessor that you always use? Or do you choose one based on the situation?

Top comments (5)

Collapse
 
coswise profile image
Cos

Love SCSS, since the syntax is very similar to CSS and very intuitive. I like the extra features, the nest is pretty good and I like the @extend feature, it helps me so save a lot of time and keep the code clean.
Also, it's pretty easy to pick up, that helps a lot when you share the code with others.

Collapse
 
freezernick profile image
Nick

I use SCSS most of the time because I mainly work on PHP-based projects and I don't like switching between a indentation-based syntax and a 'normal' syntax.
But I can imagine myself using SASS for Python-based projects, if I'll every have one :)

Collapse
 
jeannienguyen profile image
Jeannie Nguyen

That's awesome! I just started using SCSS recently and it is an absolute game changer.

Collapse
 
louislow profile image
Louis Low

Based on situation mostly.

Collapse
 
emmalynn profile image
EmmaLynn

What is the difference between CSS and SCSS? comment le rendre fou de moi

Eliminate Context Switching and Maximize Productivity

Pieces.app

Pieces Copilot is your personalized workflow assistant, working alongside your favorite apps. Ask questions about entire repositories, generate contextualized code, save and reuse useful snippets, and streamline your development process.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay