Using CSS Variables
Explore how CSS variables work and their special inheritance feature that makes them ideal for theming. Understand how to create dynamic CSS variables using SCSS and scope them within your app. This lesson prepares you to apply theme props effectively in customizable designs.
We'll cover the following...
We'll cover the following...
Note: If you need a quick refresher about CSS variables, check this shot.
Inheritance
CSS variables (also called custom properties) have one special feature that makes them perfect for our theming needs. CSS ...