torch2424 / aesthetic-css

A vaporwave CSS framework 🌴🐬
https://torch2424.github.io/aesthetic-css/
MIT License
197 stars 20 forks source link

BEM the framework #9

Open torch2424 opened 6 years ago

torch2424 commented 6 years ago

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

MasterKale commented 6 years ago

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/

torch2424 commented 6 years ago

Oh wow that ABEM looks nice! I'll definitely consider it when I get around to cleaning this up. Thanks dude!