10
10

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

[css]BEM

Last updated at Posted at 2015-06-11

すべての要素をBlock / Element / Modifierの概念に切って設計する概念。 

Element: アンダーバー2つ __element
Modifier: ハイフン2つ --modifier

Block Element Modifierの概念が掴みづらい。

和訳
Block : 石や木の塊
Element : 全体の中で必要な要素、成分、構成部分
Modifier : 修飾語句(color-green / action-activeなどkeyとvalueで記述)

基本文法は、
「XXのZZのYY」

XX : Block
YY : Element
ZZ : Modifier

例文

  • [ユーザー]の[大きい][アイコン]
    user__icon--size-big

  • [テーブル]の[タイトル]
    table__title

  • [本のテーブル]の[ラベル]
    book-table__label

  • [本の売り上げチャートの][緑の][バー]
    book-sales-chart__bar--color-green

  • [テーブル]の[四角い][ボタン]
    table__button--shape-square

  • [著者の詳細情報のボックス]の[枠]
    author-detail-box__frame

  • [調査結果]の[トータルスコア]
    survey-result--info-total-score

10
10
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
10

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?