Background Repeat
The 
                            background-repeat property sets if/how a background image will be repeated.| Class | Properties | 
|---|---|
| bg-repeat | background-repeat: repeat | 
| bg-repeat-x | background-repeat: repeat-x | 
| bg-repeat-y | background-repeat: repeat-y | 
| bg-no-repeat | background-repeat: no-repeat | 
| bg-space | background-repeat: space | 
| bg-round | background-repeat: round | 
            utilities.scss API