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
i think you can use more than one class in a tag
for example:
so when you want to chage all div's color you can just change the .base
...i dont know how to inherit in CSS