import Styles from "./styles.dev.js"; const sheet = Styles({ Button:{ padding:"20px", background:"orange", ".Inner":{ fontSize:"10rem" } }, Outline:{border:"2px solid orange"} }); const el = sheet.dom.div.Button.Outline();