I'm pretty new to CSS, and I'm trying to make a button that can change width and height with a slider, while testing if I could get CSS variables working with JS, I couldn't
Javascript:
document.documentElement.style.cssText = "--zoom-button-width: 300"
CSS:
.zoomButton1 { width: var(--zoom-button-width); }