79099145

Date: 2024-10-17 17:03:21
Score: 0.5
Natty:
Report link

I'm pretty sure that what you want is to @extend the class.

@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

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Giovanni Perillo