要素の構造に関係なく、CSS で継承を使用する方法やツールを知っている人はいますか? 例:
.bg_red {
background: red;
}
.bold {
font-weight: bold;
}
.bg_red_and_bold {
//this class should inherit all the properties of the above two classes
}
私が言いたいことが明確であることを願っています...
ありがとう
要素の構造に関係なく、CSS で継承を使用する方法やツールを知っている人はいますか? 例:
.bg_red {
background: red;
}
.bold {
font-weight: bold;
}
.bg_red_and_bold {
//this class should inherit all the properties of the above two classes
}
私が言いたいことが明確であることを願っています...
ありがとう