Skip to content

Instantly share code, notes, and snippets.

@szmeku
Last active August 29, 2015 14:03
Show Gist options
  • Save szmeku/af840a7bd7e4b6c8c689 to your computer and use it in GitHub Desktop.
Save szmeku/af840a7bd7e4b6c8c689 to your computer and use it in GitHub Desktop.
<!-- BEM -->
<ul class="list">
<li class="list__item"></li>
<li class="list__item"></li>
<li class="list__item"></li>
</ul>
<!-- own
wady:
- z samej nazwy 'item' nie wiemy czego jest dzieckiem
- jeśli obiekt najwyższego rzędu (nie będący niczyim dzieckiem) będzie miał nazwę jak jakieś dziecko, może dojść do konfliktów (.header główny i header jakiegoś bloku)
-->
<ul class="list">
<li class="item"></li>
<li class="item"></li>
<li class="item"></li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment