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

  1. Tried using CSS supports as an if/then toggle: --toggle: null; /* invalid width */ supports (width: var(--toggle)) {…} It doesn’t work.
    1. …in reply to @TerribleMia
      Browsers consider width: var(--toggle) valid, even when the value of --toggle is not.