Skip to content

Instantly share code, notes, and snippets.

@ashimon83

ashimon83/bem.js Secret

Last active December 4, 2020 12:17
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 ashimon83/da02f931b112dfda268db3db55f8da1b to your computer and use it in GitHub Desktop.
Save ashimon83/da02f931b112dfda268db3db55f8da1b to your computer and use it in GitHub Desktop.
blogbem.js
<div className='block'>
<div className='block__element'>
some element
</div>
<div className='block__element block__element--modifier'> // 長い。。
some extended element
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment