purgetss
Version:
A package that simplifies mobile app creation for Titanium developers.
7 lines • 306 B
Markdown
```css
// Property: includeFontPadding
// Description: Includes extra top and bottom padding to make room for accents that go above normal ascent and descent.
// Component(s): Ti.UI.Label
'.include-font-padding': { includeFontPadding: true }
'.include-font-padding-false': { includeFontPadding: false }
```