Is using the BEM CSS naming methodology considered a form of Expressive CSS? Are either of them "Object Oriented CSS?"
Asked
Active
Viewed 102 times
1 Answers
0
BEM in general is about component approach for frontend then just for CSS (see https://en.bem.info/methodology/faq/#how-does-bem-differ-from-oocss-amcss-smacss-suitcss).
But you are right that CSS part of BEM is similar to what OOCSS suggests.

tadatuta
- 2,007
- 11
- 12