UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

40 lines 1.55 kB
```css // Property: uprightHeight // Description: If the blob references an image, this provides the height in pixels after factoring in EXIF orientation. // Component(s): Ti.Blob '.upright-h-0': { uprightHeight: 0 } '.upright-h-1': { uprightHeight: 4 } '.upright-h-2': { uprightHeight: 8 } '.upright-h-3': { uprightHeight: 12 } '.upright-h-4': { uprightHeight: 16 } '.upright-h-5': { uprightHeight: 20 } '.upright-h-6': { uprightHeight: 24 } '.upright-h-7': { uprightHeight: 28 } '.upright-h-8': { uprightHeight: 32 } '.upright-h-9': { uprightHeight: 36 } '.upright-h-10': { uprightHeight: 40 } '.upright-h-11': { uprightHeight: 44 } '.upright-h-12': { uprightHeight: 48 } '.upright-h-14': { uprightHeight: 56 } '.upright-h-16': { uprightHeight: 64 } '.upright-h-20': { uprightHeight: 80 } '.upright-h-24': { uprightHeight: 96 } '.upright-h-28': { uprightHeight: 112 } '.upright-h-32': { uprightHeight: 128 } '.upright-h-36': { uprightHeight: 144 } '.upright-h-40': { uprightHeight: 160 } '.upright-h-44': { uprightHeight: 176 } '.upright-h-48': { uprightHeight: 192 } '.upright-h-52': { uprightHeight: 208 } '.upright-h-56': { uprightHeight: 224 } '.upright-h-60': { uprightHeight: 240 } '.upright-h-64': { uprightHeight: 256 } '.upright-h-72': { uprightHeight: 288 } '.upright-h-80': { uprightHeight: 320 } '.upright-h-96': { uprightHeight: 384 } '.upright-h-px': { uprightHeight: '1px' } '.upright-h-0.5': { uprightHeight: 2 } '.upright-h-1.5': { uprightHeight: 6 } '.upright-h-2.5': { uprightHeight: 10 } '.upright-h-3.5': { uprightHeight: 14 } ```