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...
blog.coderfy.io2 min read
Raphael Amponsah
Great!