aesthetic-css
aesthetic-css copied to clipboard
BEM the framework
Was kind of holding off on BEM to help teach Daniel and due to bulma not being to BEM-y, but after looking at their file component, seems like BEM'ing is an okay choice.
I personally love BEM, and so does @MasterKale
I was introduced to an alternative to BEM recently called "ABEM". I've only received an introduction to the concept, but it seems to address some of the issues that BEM can introduce of redundant naming leading to long, unreadable class names.
This link seems to offer a good brief on "Atomic BEM": https://css-tricks.com/abem-useful-adaptation-bem/
Oh wow that ABEM looks nice! I'll definitely consider it when I get around to cleaning this up. Thanks dude!