Why Do I Prefer SCSS Over Any CSS Library?
SCSS is an excellent tool for styling interfaces, as it functions as an extension of pure CSS, which is what you can find out when first entering their website:
“CSS with superpowers”.
So, what is so cool about using SCSS and not yet another CSS Library?
I will use Bootstrap as a reference, as that’s one of my personal…