カテゴリー:
CSS
閲覧数:307 配信日:2018-03-05 23:47
「:first-child」「:last-child」「隣接兄弟結合子」何れを指定しても、その後に、orderが実行される
・「:first-child」→ 並べ替えが行われるため、先頭とは限らなくなる。「:first-child」のCSSが適用されたまま、3番目が適用されたりする
Flex order and :first-child
隣接兄弟結合子 - CSS: カスケーディングスタイルシート | MDN
css - 「display:flex;」の「orderプロパティ」適用後に、「:first-child」を適用させることは出来ますか?
・classList が便利すぎる
[...Array(10).keys()].map(i => ++i) ?? - Qiita
スプレッド構文 - JavaScript | MDN
HTMLOrForeignElement.dataset - Web API | MDN