CSSのグループ化
1037 ワード
h2 {
color: red;
}
.thisOtherClass {
color: red;
}
.yetAnotherClass {
color: red;
}
h2, .thisOtherClass, .yetAnotherClass {
color: red;
}
Reference
この問題について(CSSのグループ化), 我々は、より多くの情報をここで見つけました https://dev.to/timothyagevi/grouping-in-css-2denテキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol