@cbpds/web-components
Version:
Web components for the CBP Design System.
20 lines • 530 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-hide[hide] {
display: none ;
}
cbp-hide.cbp-visually-hidden, cbp-hide[visually-hide] {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
overflow: hidden;
margin: -1px;
padding: 0;
position: absolute;
width: 1px;
white-space: nowrap;
}