Getting started
Resources
Flex
Spacing
Layout
Size
Typography
Background
Border
Transition
Utility classes for changing an element's background repeat property.
Classes for background repeat are named using the format: [bg]-[repeatType].
Where repeatType includes:
repeat - for background-repeat: repeatrepeat-x - for background-repeat: repeat-xrepeat-y - for background-repeat: repeat-yno-repeat - for background-repeat: no-repeatspace - for background-repeat: spaceround - for background-repeat: round| Class | Contents |
| |
| |
| |
| |
| |
| |
Note that background-repeat: no-repeat is the default value for background repeat in Unity. Unless the value needs to be overridden from a parent, the bg-no-repeat class is not needed.
UXML
UXML
UXML
UXML
UXML
UXML
On this page