Skip to content
Tak Tran edited this page Jun 26, 2019 · 2 revisions

BEM

  • Block: .block
  • Element: .block__elem
  • Modifier:
    • Boolean: .block--mod or .block__elem--mod
    • Boolean: .block--keyValue or .block__elem--keyValue
Clone this wiki locally