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

Hey all, i have to review code of some other guys that used BEM. I am not used to BEM so i am wondering if this is a correct use:...

Let's say I'm buidling a dialog/modal component, which is composed of 3 parts: - the header - the body - the footer My root block would be **.modal**. But `.header.`,...

I am reading this BEM and tried to apply in my project which using less and Bootstrap v3. I have tried to set class name for font setting in BEM...

For example, if you have an a list, with list items, and one of those items are active, should it be specified like this: ```css .list { } .list__item {...

Hi team, I am new using the BEM methodology.- and I have a question that hopefully you can help me out with Thanks! Based on the following case: ![image](https://cloud.githubusercontent.com/assets/5539934/26728576/fb1f2c24-47aa-11e7-8f44-50998519e8f4.png) What...

example: ` ` my tooltip modifier has only margin- top: 0px and margin-bottom: 0px.

At the [main webpage](http://getbem.com/) go to FAQ section and click on: > — Why do I need CSS classes for block instead of using semantic custom tags? and you'll be...

https://github.com/getbem/getbem.com/blob/master/src/views/naming.js#L49 "Parts of a block and have no standalone meaning. Any element is semantically tied to its block." What does this sentence mean?