Skip to content

Instantly share code, notes, and snippets.

@Ynote
Created July 9, 2017 14:42
Show Gist options
  • Select an option

  • Save Ynote/b915ddf8cb15af17071097506248f1e6 to your computer and use it in GitHub Desktop.

Select an option

Save Ynote/b915ddf8cb15af17071097506248f1e6 to your computer and use it in GitHub Desktop.
Medium - BEM methodology CSS snippet
.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