%foo {
  color: red;
}

.bar {
  @extend %foo;
  content: 'baz';
}
