%extended-class {
  background : green;
}

%extended-class-2 {
  background : red;
}

%extended-class-3 {
  background : yellow;
}

.class {
  color : blue;
}
