@cbpds/web-components
Version:
Web components for the CBP Design System.
13 lines • 324 B
CSS
/*
* Caution: "global styles" get injected into every component and can cause file size bloat.
* These should only include SASS variables and mixins that are not written out to CSS directly
*/
cbp-multicol {
display: block;
}
cbp-multicol > * {
max-width: 100%;
}
cbp-multicol[nobreak] > * {
break-inside: avoid;
}