Noble Okafor is a skilled software engineer with over 3 years of navigating the programming field. He has a passion for building optimized JavaScript, native and cross-platform mobile and web software ...
Next.js recently announced built-in support for CSS modules and global stylesheets. CSS modules provide us with an alternative to component specific styling offered by CSS-in-JS libraries. CSS-in-JS ...
CSS variables allow you to attach a value to a variable and reuse that variable throughout the Style Panel inputs. The concept of “reusability” is present in both CSS variables and Tokens, but they ...
Keeping a clean and scalable codebase is one of the most difficult tasks in front-end development, particularly as a project expands. Because altering a property like a color or font size requires ...
One feature that was on CSS wish lists long before it became a standard is CSS Variables, officially referred to as CSS Custom Properties in the specification. CSS Variables have been a standard now ...
Developers who have built any size Website have had this problem: when you need to change one of your brand’s colors it’s no easy feat, requiring a risky search and replace or hunting down every ...