Last active
August 29, 2015 14:03
-
-
Save szmeku/af840a7bd7e4b6c8c689 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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