:import("../button/style.css") { button: button; } :import("../shared.css") { combinedButton: combinedButton; } .ribbon { composes: notSelectable from "../shared.css"; display: flex; .button { width: 100%; height: 100%; min-width: 16px; } .combinedButton { display: grid; /* block, not inline */ height: 100%; } }