Answers for "inherit class in sass"

CSS
0

inherit class in sass

.button-new  {
  @extend .button-basic; // all property of button-basic class will be inherit
  background-color: red;
}
Posted by: Guest on April-26-2022

Code answers related to "inherit class in sass"

Browse Popular Code Answers by Language