UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

7 lines 196 B
```css // Property: autoSize // Description: Automatically scales the label into its size. // Component(s): Ti.UI.Label '.auto-size': { autoSize: true } '.auto-size-false': { autoSize: false } ```