Coder Catchup

Episode 016 - SOLO: all__about—bem, the BEM CSS Methodology

Informações:

Synopsis

block__element—modifier https://en.bem.info/ Cheat Sheet https://css-tricks.com/bem-101/ Articles http://www.smashingmagazine.com/2012/04/16/a-new-front-end-methodology-bem/ http://csswizardry.com/2013/01/mindbemding-getting-your-head-round-bem-syntax/ Why is bem awesome and what does it achieve? Reduces the need to nest in sass/less Namespaces your styles Easy to read Sets some nice rules (can scale easily when on boarding more people, just follow BEM, boom) Code reuse Similar to OOP?