.sky {
  background: blue;
}

.grass {
  composes: plants from "./things.css";
  background: green;
}