Using CSS Variables with JavaScript to create interactive styling
I built this flexbox playground a few weeks ago as one of my weekend coding projects and heavily used CSS variables to pass the different states the user can select. By using the setProperty() method we are able to update a CSS variable by passing in...
trammellwebdev.hashnode.dev3 min read