Skip to content

Instantly share code, notes, and snippets.

@RinatMullayanov
Last active August 29, 2015 14:19
Show Gist options
  • Save RinatMullayanov/546d78e93de931b6ddd4 to your computer and use it in GitHub Desktop.
Save RinatMullayanov/546d78e93de931b6ddd4 to your computer and use it in GitHub Desktop.
BEM naming in CSS and HTML
.some-block {} /*block*/
.some-block__element {} /*element*/
.some-block_size_large {} /*modificator of block*/
.some-block__element_size_large {} /*modificator of element*/
/*
Block may contains another blocks and elements.
Element may contains another blocks and elements.
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment