Inherit CSS class

后端 未结 9 1231
既然无缘
既然无缘 2020-12-09 07:45

I have one base .base{} in my CSS file with couple properties. I want to change only color and other properties to stay same. How to inherit this base class inother classe

9条回答
  •  无人及你
    2020-12-09 07:48

    You don't need to add extra two classes (button button-primary), you just use the child class (button-primary) with css and it will apply parent as well as child css class. Here is the link:

    CSS-Inheritance

    Thanks to Jacob Lichner!

提交回复
热议问题