purgetss
Version:
A package that simplifies mobile app creation for Titanium developers.
8 lines • 382 B
Markdown
```css
// Property: breakStrategy
// Description: Break strategy (control over paragraph layout). Check Android breakStrategy for more infos.
// Component(s): Ti.UI.Label
'.break-strategy-simple': { breakStrategy: Ti.UI.BREAK_SIMPLE }
'.break-strategy-high-quality': { breakStrategy: Ti.UI.BREAK_HIGH_QUALITY }
'.break-strategy-balanced': { breakStrategy: Ti.UI.BREAK_BALANCED }
```