CSS Variables
Preview
If I am being completely honest with you, this was one of the hardest topics I've ever had to deal with while starting out with CSS. Even after my certificate completion on FreeCodeCamp, I had no clue as to what the hell var() is and its pu...
treciaks.hashnode.dev5 min read
Brad VH
Retired, write code for my own happiness
I am a long time SASS user, with a full config and colors pages written in SASS variables that I use for projects. Then along came CSS variables. Imagine my dismay to find you can't use SASS variables in CSS variables, but you can use CSS variables in SASS! Now I try to use both where convenient