terribleMia’s avatarterribleMia’s Twitter Archive—№ 5,670

    1. Why is Vue (or Nuxt) trying to resolve my CSS variables? input { background-image: var(--img, initial); } output { background-image: none; background-image: initial; }
  1. …in reply to @TerribleMia
    Please make it stop while I go sleeping. Thank you!
    1. …in reply to @TerribleMia
      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.