0

Is using the BEM CSS naming methodology considered a form of Expressive CSS? Are either of them "Object Oriented CSS?"

noclist
  • 1,659
  • 2
  • 25
  • 66

1 Answers1

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