.test-hello {
  color: red;
}

.test-world {
  @extend .test-hello;
}
