UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

8 lines 266 B
```scss // Property(ies): backgroundRepeat // Component(s): Ti.UI.View '.bg-repeat': { backgroundRepeat: true } '.bg-dont-repeat': { backgroundRepeat: false } '.background-repeat': { backgroundRepeat: true } '.background-dont-repeat': { backgroundRepeat: false } ```