Skip to content

Instantly share code, notes, and snippets.

@tosipaulo
Last active October 26, 2017 14:40
Show Gist options
  • Save tosipaulo/4809376c9cc0de029273ec54784494db to your computer and use it in GitHub Desktop.
Save tosipaulo/4809376c9cc0de029273ec54784494db to your computer and use it in GitHub Desktop.
Usando exemplo para BEM
.menu {} /* ul */
.menu__item {} /* li */
.menu__link {} /* a */
.menu__item--active {} /* modificar o estado do a */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment