Background Clip
Utilities for controlling whether an element's background extends underneath its border, padding, or content box.
Usage
Use d-bgc-{name} to control which box an element's background is clipped by.
<div class="d-bgc-border-box">...</div>
<div class="d-bgc-padding-box">...</div>
<div class="d-bgc-content-box">...</div>
Clipping Text
Use d-bgc-text to clip the background color(s) within the foreground text.
<div class="d-ba d-bgc-text d-bgg-to-r d-bgg-from-magenta-400 d-bgg-to-purple-400 d-headline--xl">...</div>