【週刊ドットインストール】 Figma入門を制作中、256timesの新クラスを企画中
説明では、
h1::before, h2::before { content: '- '; }
とあり、
h1, h2 :: before { content:'- ' }
ではできませんでしたが、疑似クラスは
h1::before, h2::before{ ... }
としないとダメなのでしょうか?
この回答を見るにはプレミアムプランへの登録が必要です