
Category: CSS
Articles on CSS tips and tricks


Why should I use Sass or SCSS? Revision:
CSS is awesome on its own but gets larger, more complex, and harder to maintain with time in large and complex projects. Sass or SCSS features like nesting, mixins, and inheritance helps in maintainable CSS for large projects. Here is a quick glimpse of what Sass or...