Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save sebastiano-guerriero/d6bc5a5b685e9326eb5765dba1b59259 to your computer and use it in GitHub Desktop.
@mixin display($display-value) {
--display: #{$display-value};
display: var(--display);
}
.component div {
@include display(inline-block);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment