:import("./inner-box.css") { importedInnerBox: innerBox; } .outerBox { composes: box from "./shared.css"; width: 100px; height: 100px; background-color: blue; } .outerBox .importedInnerBox { background-color: lime; }