DEV Community

Discussion on: Building an interactive form: CSS image

 
alvaromontoro profile image
Alvaro Montoro

You need to use var() to read the value of a CSS variable (e.g. background: var(--background);). It seems that code is missing it.