-
Why is Vue (or Nuxt) trying to resolve my CSS variables? input { background-image: var(--img, initial); } output { background-image: none; background-image: initial; }
-
Please make it stop while I go sleeping. Thank you!
-
Attempting to precompile a css variable is bound to fail. They are in css *because* they can’t be accurately compiled outside the browser DOM. That’s the whole point.