Skip to content

Instantly share code, notes, and snippets.

@MoOx
Created June 17, 2014 15:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MoOx/4bc6e8f07fb4b318ac63 to your computer and use it in GitHub Desktop.
Save MoOx/4bc6e8f07fb4b318ac63 to your computer and use it in GitHub Desktop.
my CSS indentation with BEM
.Block {
}
.Block--modifier {
}
.Block:state {
}
.Block-element {
}
.Block-element--modifier {
}
.Block-element:state {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment