getbem.github.io
getbem.github.io copied to clipboard
Get BEM to all people in simplest way
Who uses BEM
If you or your company using BEM methodology, we will be happy add you logotype at [getbem.com](http://getbem.com/#companies). If you can add link to repository with build scripts or write a...
For example, if I have button.button and a.button, the button a tag will have an underline. I know I could add this to the .button class, but then the button...
hi everyone . i need to know how can i write the header content like navigation or logo etc. in bem i have something like this: ``` Logo one two...
Is this code correct? I believe this breaks the block structure. ```html ```
Where can I find a very clear and concise guide with examples on how to write a block, and element, and a modifier. And how each is identified and used?
Source: https://yandex.ru/ I noticed the element `desk-notif__wrapper` which wrapped around the block `desk-notif` in https://yandex.ru/ As far as I know an element should be inside its own block.  Seems...
For example, let's say we have button with an icon in it. When we `hover` the button I want the icon to change the color so I would need something...