Answer the question
In order to leave comments, you need to log in
Why is scss better than css?
Why is scss better than css? the syntax is almost the same. variables can be written in css. why do you need a sass preprocessor if css is normal
Answer the question
In order to leave comments, you need to log in
why do you need a sass preprocessor if css is normal
Scss is to css - like es6 is to vanilla js.
CSS is now starting to develop by leaps and bounds and includes, first of all, the functionality of preprocessors and frameworks, which has proven itself as best practices (let's rejoice at CSS GRID and finally bury Bootstrap). The same variables in CSS appeared more recently.
In the meantime, the functionality, although good, is not extensive enough (the same imports and mixins as mentioned above) - scss will be the king of the hill (in my case, postCSS).
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question