CSS variables don't work with the url() function
CSS custom properties (a.k.a CSS variables) have been a great addition to CSS. We can set or update a CSS variable in a single place and have that value available to other locations in our CSS code using the var() CSS function. I recently came across...
Dec 28, 20222 min read5.7K



