typescriptcssv0.1
Docs

background-repeat

Utilities for controlling the repetition of an element's background image.

UtilityStyles
bg.repeat.repeatbackground-repeat: repeat;
bg.repeat.xbackground-repeat: repeat-x;
bg.repeat.ybackground-repeat: repeat-y;
bg.repeat.spacebackground-repeat: space;
bg.repeat.roundbackground-repeat: round;
bg.repeat['no-repeat']background-repeat: no-repeat;