May 17, 2018
A little while ago, I asked the Internet its thoughts about how best to work with CSS when following the BEM methodology. And in the following months, I've come across some ideas worth sharing.
When I was …
October 26, 2016
At work, we follow the BEM methodology in naming our HTML elements and CSS styles. But we've been struggling with the best way to inherit styles from similar blocks. As with many things in programming, there's great documentation to get …