maxmert / maxmertkit

Maxmertkit, powerful, most customizable and easiest for usage mobile first front-end framework for web-development.
maxmert.com
MIT License
482 stars 70 forks source link

more archetecture info please #54

Closed tomByrer closed 10 years ago

tomByrer commented 10 years ago

This project looks really interesting! Do you use any CSS-modulation organizing systems like BEM? I'm also confused when you reference SCSS & Less.

maxmert commented 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.

maxmert commented 10 years ago

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_.

tomByrer commented 10 years ago

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.