Skip to content

Instantly share code, notes, and snippets.

@sebastiano-guerriero
Last active February 13, 2019 08:42
Show Gist options
  • Select an option

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

Select an option

Save sebastiano-guerriero/d5fe8dc3777146ac5890ddd5c58b4c9e to your computer and use it in GitHub Desktop.
:root {
--display: block;
}
// component code - not included in the _visibility.scss file
.component div {
--display: inline-block;
display: var(--display);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment