Closed tomByrer closed 10 years ago
Thanks! I'll fix that. You can look at videos at maxmert.com/start to better understand how to work with it.
About BEM. Actually no. I have only namespaces in class names. They are very simple and easy to remember, and also those classes are reusable with different widgets. For example you can use theme class -primary-
with buttons, tables, menus, etc. Or size class _big
, or modifier class _vertical_
.
Thanks for the README fixes!
About BEM. Actually no.
Yea I was thinking your namespacing was more functional than architectural like BEM (is that a good way to say this?); I was just checking.
This project looks really interesting! Do you use any CSS-modulation organizing systems like BEM? I'm also confused when you reference SCSS & Less.