getbem.github.io
getbem.github.io copied to clipboard
Get BEM to all people in simplest way
I was wondering what would happen in the following instance. I couldn't seem to find an example anywhere. Also I've noticed the last two issues haven't been answered in over...
Hi, I'm using a table and I'd like all "td" to have a padding of "10px" and I don't want to use the "cellpadding" attribute of the table. In "normal"...
Other than familiarity, is there a reason BEM settled on the all lowercase syntax that was generally popular for non structured CSS naming conventions? I'm not sure if there was...
I'm wondering how to re-use base components within other components. I created a linklist with base-styling and I'm reusing it as part of a larger component. Within the scope of...
Hi guys! I'm a brazilian designer and developer and i'm currently looking to contribute on some open source projects. I stumbled across getbem and found the content to be super...
> Thought I'd find out what this BEM stuff is. Now I won't. Ever! (http://getbem.com on wp8.1) https://twitter.com/bleedo/status/728106291269275649 
Hi -- apologies for just jumping in as a stranger. But as an information and UX designer, I was interested in learning about BEM but then very confused by the...
To reproduce: 1. Go the http://getbem.com 2. Scroll down to the FAQ section 3. Press one of the two first links. You are then presented with [an empty page](http://getbem.com/faq/#custom-tags-for-blocks)
What is the recommendation for id naming? I would assume that an id (#) would have the same rules as a block, but is BEM intended only for class naming...
I have this LESS: ``` less .foo-bar { &__el1 { height: 10px; } &__el2 { height: 15px; } &__el3 { height: 10px; } } ``` now... I want to add...