CSS Variables Fallback (opens in new tab)
I used CSS variables to make a theme switch, light and dark, I’ve done this in the past using styled-components but not attempted it via the CSS variables route. With styled-components you defined your colour schemes or themes in a object then use...
Read the original article