Skip to content

Instantly share code, notes, and snippets.

@mistadikay
Last active March 10, 2016 06:43
Show Gist options
  • Save mistadikay/3667d5bdfa6c0cc2e057 to your computer and use it in GitHub Desktop.
Save mistadikay/3667d5bdfa6c0cc2e057 to your computer and use it in GitHub Desktop.
/* .popup */
:block(popup) {
/* .popup_visible */
&:mod(visible) {
}
/* .popup__content */
&:elem(content) {
}
/* .popup__overlay */
&:elem(overlay) {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment