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

Assuming .title is considered a block in BEM, I may want to use that defined .title in many other blocks. If it’s not appropriate to do that, that means I’m...

Can I use globals classes within others elements? For exemple, . In this case the class bordered is a border-radius: 5px that I’ll use in many others elements! Thank you!

I was wondering whether `a` tag element which is wrapping other content, is considered a block? Let's consider this vanilla code: ``` Some random paragraph ``` Code below considers `a`...

Sorry, it is not a question. I found one typo in FAQ "Can I combine a tag and a class in selector like button.button?".

Hi there, we want to use BEM for our CSS in a new project and are discussing one basic point internally: I thought BEM was introduced to get rid of...

Hi BEM, I wanted to understand how you do the page navigation on your BEM website **(http://getbem.com/introduction/)**. I wanted to know, the development of the calling different URLs without refreshing...

The original link is dead, and I guess it's this link. However, I haven't see this link before so I'm not sure whether this is the right link or not....

Modified to show the number of github stars.

I am working within the constraints of a CMS that "wants" to generate HTML in this format: ``` ... ``` Effectively the span (block--modifier) is dynamically injected by the CMS,...