getbem.github.io
getbem.github.io copied to clipboard
Get BEM to all people in simplest way
I know that I can use a modifier within a block but, can I do this ? ` lorem ipsum `
Some authors say we don't have to have elements with the same name within his block, they say those must be treated like an ID, which means not to have...
BEM says "Use class name selector only. No tag name or ids". But If I have complex element with child tags should I add a class for every tag or...
I have two set of same representative code due to block and I feel it's duplicate. How can avoid duplicate CSS code as well having different block elements? An example...
So I was having a conversation with a colleague and I stated that we should not be nesting a BEM block within itself because it can cause CSS selector nightmare....
See the title for for what I see as the motivating question underlying the following. **Context:** For most intents and purposes I am not a web developer, I saw the...
Hi there Is it possible or recommended to create a wordpress-bootstrap-website with BEM? I have read the documentation and it makes sense to me to use this methodology. But I...
I'm adapting BEM to create more maintainable CSS and I like it a lot. Some cases are still bit fuzzy. Sorry about long post, but these things are so closely...
I pushed it to my github.I can commit it .
Hi, **Question 1:** Block name 1) block_name 2) block-name True: 1 or 2? **Question 2:** Sub block name HTML: ``` Title ... ``` **I saw usage as below** Sub block...