I'm pretty sure that what you want is to @extend the class.
@extend
@import "text-styles.css" .profile { @extend .h1_48; } @media only screen and (max-width: 768px) { .profile { @extend .h5_18; } }
For more, I reccomend reading W3Schools