Casey
0
Q:

@extend must be used with a %placeholder

// Placeholder
%text-styles {
  color: #202226;
  font-family: $font-page;
  font-size: 17px;
  line-height: 25px;
}

.some-class {
  @extend %text-styles;
}
1

New to Communities?

Join the community