UNPKG

wix-style-react

Version:
16 lines (13 loc) 282 B
/* st-namespace-reference="../../../../src/Stepper/Stepper.st.css" */ .root { -st-states: fit(enum(compact, stretched)); display: flex; min-width: 0; } .root:fit(stretched) { flex-grow: 1; justify-content: space-between; } .root:fit(stretched)::after { content: ''; }