I feel dumb for having been a web programmer for so long and not knowing the answer to this question, I actually hope it\'s possible and I just didn\'t know about rather tha
The SCSS way for the given example, would be something like:
.something { display: inline } .else { background: red } .composite { @extend .something; @extend .else; }
More info, check the sass basics