wix-style-react
Version:
wix-style-react
21 lines (16 loc) • 376 B
CSS
@st-namespace "BMDivider";
:import {
-st-from: "../../../Divider/Divider.st.css";
-st-default: Divider;
}
:import {
-st-from: '../foundations/colors.st.css';
-st-named: D50;
}
.root {
-st-extends: Divider;
}
.root:skin(dark) {
background-color: value(D50);
}
/* st-namespace-reference="../../../../../src/Themes/businessDashboard/components/Divider.st.css" */