Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 280 Bytes

bem-in-a-nutshell.md

File metadata and controls

16 lines (13 loc) · 280 Bytes

BEM in a nutshell

.person {}
.person--female {}
.person__hand {}
.person__hand--left {}
<div class="person person--female">
  <div class="person__hand person__hand--left"></div>
</div>

More info about BEM: getbem.com