Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to choose among CSS modular methods like BEM, OOCSS, AMCSS, SMACSS, SUITCSS and others? [closed]

The is a lot of modular solutions for CSS. I listed some in the subject but probably there have been more already. How do you choose which one to use for your new project? Is there any comparison?

like image 433
Varvara Stepanova Avatar asked Mar 18 '23 01:03

Varvara Stepanova


1 Answers

A lot of them are designed so you can choose the parts you like, leave the parts you don't. If you are working with a team, see what everyone is comfortable with. A popular mix is building components or "objects" from an OOCSS point of view, oragnizing files per SMACSS, and using BEM naming conventions.

like image 197
hybrid Avatar answered Mar 26 '23 01:03

hybrid