getbem.github.io
getbem.github.io copied to clipboard
Get BEM to all people in simplest way
I think it would be cool to migrate from gh-pages to [now](https://zeit.co/now) and [next.js](https://github.com/zeit/next.js) (it's super cool!). //@iamstarkov what do you think?
I think this would be a valuable addition to the FAQ :) For some reason the link from "Naming" to FAQ is not yet working. It shows a blank page....
How do I use BEM to set global typography standards...like global fonts, sizes and wieghts
The http://getbem.com/naming/ bit on modifiers says this is "Good": ``` ... ... ``` Which implies that you must always have the `block` _directly_ along with the `block--mod`, and being a...
Let's say we have a very simple block: ``` html one two ... ten ``` So the css could be: ``` css .list-unstyled { padding-left: 0; list-style: none; } ```...
Hello, I would like to know how should I use BEM with document level (i.e. tag). Should I make something like and next add parts like header, content, footer etc....
My case is different than the existing question "Why do I need to combine block and prefixed modifier class for a modified block?" What I'd like to know , is...
Hi guys! We're using Twitter Bootstrap and a custom Theme for our Web App, but (or should I say "therefore") over time our CSS got really messy and so we...
Let's say I have a calendar block with following markup 25 If i added modifier to calendar_cell, say calendar__cell--future, would BEM allow modifying the calendar__day element as a result?
I am used to using a framework such as Bootstrap or Foundation with my CSS. These frameworks give me classes such as .show-for-medium-up and .hide-for-large for controlling visibility of elements....