Skip to content

Instantly share code, notes, and snippets.

@esr360
Created December 3, 2019 12:40
Show Gist options
  • Save esr360/83556a879286f7bbd6d82c327346b89e to your computer and use it in GitHub Desktop.
Save esr360/83556a879286f7bbd6d82c327346b89e to your computer and use it in GitHub Desktop.
.myElement {
color: blue;
display: none;
&.active {
display: block;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment