Should I learn SASS right now?
I have a solid understanding of front-end languages, and I'm eager to take my skills to the next level. Recently, I started using Tailwind for a project, and I found it incredibly useful. However, I'm wondering if I should learn SASS before fully committing to Tailwind. While I know SASS has a short learning curve, after experiencing Tailwind, I find the process of naming classes in CSS and SASS a bit tedious and less efficient.
37 Replies
sass? no
scss? yes
sass is the name of the project, but it is also the name of the god-awful python-esque monstruosity syntax
Both are sass bruh
scss is the css syntax, which is part of the sass project
It's sass 🫠
yes, but scss is the specific syntax
the css syntax, but with sass' powers
But to the OP point Tailwind is not something like sass or any other preprocessor.
tailwind is just 100% utility classes that are close to inline css
I personally would learn sass and ditch tailwind all together
🥲
same
Build your own utilities
unless you use react, then it is understandable :/
@scope to save the day though
isn't the support for it kinda ... eh?
basically, everything since last october supports it, except firefox
I actully meant scss. It's basically the same just without curly braces and somicolons
there are some weird differences that make sass super ... unintuitive to use
but yes, go for it
learn scss
but also learn just css