:root {
  :not(:defined),
  :not(:defined) * {
    opacity: 0;
  }

  :defined {
    opacity: 1;
    transition: 0.1s opacity;
  }
}
