Skip to content

Instantly share code, notes, and snippets.

@sebastiano-guerriero
Created February 12, 2019 15:41
Show Gist options
  • Select an option

  • Save sebastiano-guerriero/763ff9bc783bbcb15ec40a2829863997 to your computer and use it in GitHub Desktop.

Select an option

Save sebastiano-guerriero/763ff9bc783bbcb15ec40a2829863997 to your computer and use it in GitHub Desktop.
.is-visible {
display: var(--display) !important;
}
.component {
display: none;
--display: flex;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment