エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Methods for Modifying Objects in OOCSS (Extends: A Fool’s Gold) – Oliver Joseph Ash
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Methods for Modifying Objects in OOCSS (Extends: A Fool’s Gold) – Oliver Joseph Ash
There are two ways of implementing object modifiers in CSS: extending objects in the CSS, or defe... There are two ways of implementing object modifiers in CSS: extending objects in the CSS, or deferring the work to your HTML and concatenating classes there instead. In this article, I introduce the purpose of a modifier in OOCSS, and then I investigate the advantages and disadvantages of using both methods, as well as claims that @extends can sometimes be a fools gold.What is a Modifier?For those