Forum

Should I use Sass o...
 
Notifications
Clear all

Should I use Sass or SCSS?


(@elias)
Illustrious Member
Joined: 5 months ago
Posts: 4277
Topic starter  

Should I use Sass or SCSS?


   
Quote
(@elias)
Illustrious Member
Joined: 5 months ago
Posts: 4277
Topic starter  

Generally, SASS is preferred to be used instead of CSS, as Sass is much rich in features than CSS, like variables, nested rules, mixins, imports, inheritance, built-in functions, and other stuff. Writing all the styling code in a file makes it difficult to maintain and find bugs.


   
ReplyQuote
Share: