Created
July 9, 2017 14:42
-
-
Save Ynote/b915ddf8cb15af17071097506248f1e6 to your computer and use it in GitHub Desktop.
Medium - BEM methodology CSS snippet
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
| .header { … } | |
| .header-image { … } | |
| @media (max-width: 600px) { | |
| .header .header-image { … } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment