background-repeat
Utilities for controlling the repetition of an element's background image.
| Utility | Styles |
|---|---|
bg.repeat.repeat | background-repeat: repeat; |
bg.repeat.x | background-repeat: repeat-x; |
bg.repeat.y | background-repeat: repeat-y; |
bg.repeat.space | background-repeat: space; |
bg.repeat.round | background-repeat: round; |
bg.repeat['no-repeat'] | background-repeat: no-repeat; |