.sky {
  background: blue;
}

.grass {
  composes: coolness from "cool-styles";
  background: green;
}
