Bringing BEM to inuit.css BEM is a methodology for naming and classifying CSS selectors in a way to make them a lot more strict, transparent and informative. The naming convention follows this pattern: .block{} .block__element{} .block--modifier{}