background-clip
Utilities for controlling the bounding box of an element's background.
| Utility | Styles |
|---|---|
bg.clip.border | background-clip: border-box; |
bg.clip.padding | background-clip: padding-box; |
bg.clip.content | background-clip: content-box; |
bg.clip.text | background-clip: text; |