getbem.github.io icon indicating copy to clipboard operation
getbem.github.io copied to clipboard

Get BEM to all people in simplest way

Results 110 getbem.github.io issues
Sort by recently updated
recently updated
newest added

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...

question

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. ![image](https://user-images.githubusercontent.com/45929621/143674164-caf08dc7-e764-4f0b-bd49-31e8b3a39588.png) 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...