Herencia en SASS

Por 9.99€ al mes tendrás acceso completo a todos los cursos. Sin matrícula ni permanencia.

.featured{
 background:#000;
 width:100px;
 height:100px;
 padding:10px;
}

div{
  @extend .featured;
  color:orange;
  font-family:sans-serif;
}

Por 9.99€ al mes tendrás acceso completo a todos los cursos. Sin matrícula ni permanencia.