background-size
Utilities for controlling the background size of an element's background image.
| Utility | Styles |
|---|---|
bg.auto | background-size: auto; |
bg.cover | background-size: cover; |
bg.contain | background-size: contain; |
bg.size[*<value>*] | background-size: var(*<custom-property>*); |