Is it wise to skip learning CSS and just dive into Sass?

0
0
Asked By CuriousCoder99 On

I'm curious if it's a good strategy to bypass learning CSS and head straight into using Sass. I heard that by 2025, Sass could be the better choice, but I'm wondering if it's actually beneficial to skip over CSS entirely?

2 Answers

Answered By SkepticalDev42 On

No way! Sass is basically just an enhanced version of CSS; it's not a replacement. If you skip learning CSS and jump straight to Sass, you’ll really miss out on understanding how things work. It's better to start with CSS so that you can appreciate Sass when you get there.

Answered By StyleGuruX On

Definitely not a good idea. Sass is built on top of CSS, which means if you haven’t grasped CSS, Sass won't make sense at all! Plus, as a beginner, it’s crucial to start with the basics before diving into any fancy syntax. Solid foundations in CSS will make things easier later on.”,

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.