Skip to content

Instantly share code, notes, and snippets.

@AvgustPol
Last active August 17, 2021 07:55
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 AvgustPol/0cc6804717e742d746d65e4aca20822a to your computer and use it in GitHub Desktop.
Save AvgustPol/0cc6804717e742d746d65e4aca20822a to your computer and use it in GitHub Desktop.
BEM blocks
<!-- block "home" -->
<div class="home">
<!-- nested block "title" -->
<div class="title"></div>
<!-- nested block "subtitle" -->
<div class="subtitle"></div>
</div>
<div class="block-A">
<div class="block-B">
<div class="block-D">
</div>
</div>
<div class="block-C"></div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment