Last active
March 10, 2016 06:43
-
-
Save mistadikay/3667d5bdfa6c0cc2e057 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* .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