@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" */