Tag:scss
All the articles with the tag "scss".
How I choose Fabric.js again
Posted on:September 3, 2023 at 06:42 PMIf you don't know, Fabric.js is the library that helps you manipulate canvas elements in the browser and even on Node.js servers. It is very popular and has more than 25.7k stars on GitHub (one of them from me). But is it still the best option that exists? I tried to find out.
Enabling Dark Mode in React.js with SCSS Modules 🌙
Posted on:August 29, 2023 at 09:38 AMIn one of my recent projects, I needed to add support for dark mode to a React.js Single Page Application (SPA). Since we were using SCSS modules to style our elements, let's explore how to implement dark mode in a React.js project with SCSS modules.