UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

40 lines 1.32 kB
```css // Property: pageHeight // Description: Height in points (72 points per inch) of the document page. // Component(s): Ti.App.iOS.SearchableItemAttributeSet '.page-h-0': { pageHeight: 0 } '.page-h-1': { pageHeight: 4 } '.page-h-2': { pageHeight: 8 } '.page-h-3': { pageHeight: 12 } '.page-h-4': { pageHeight: 16 } '.page-h-5': { pageHeight: 20 } '.page-h-6': { pageHeight: 24 } '.page-h-7': { pageHeight: 28 } '.page-h-8': { pageHeight: 32 } '.page-h-9': { pageHeight: 36 } '.page-h-10': { pageHeight: 40 } '.page-h-11': { pageHeight: 44 } '.page-h-12': { pageHeight: 48 } '.page-h-14': { pageHeight: 56 } '.page-h-16': { pageHeight: 64 } '.page-h-20': { pageHeight: 80 } '.page-h-24': { pageHeight: 96 } '.page-h-28': { pageHeight: 112 } '.page-h-32': { pageHeight: 128 } '.page-h-36': { pageHeight: 144 } '.page-h-40': { pageHeight: 160 } '.page-h-44': { pageHeight: 176 } '.page-h-48': { pageHeight: 192 } '.page-h-52': { pageHeight: 208 } '.page-h-56': { pageHeight: 224 } '.page-h-60': { pageHeight: 240 } '.page-h-64': { pageHeight: 256 } '.page-h-72': { pageHeight: 288 } '.page-h-80': { pageHeight: 320 } '.page-h-96': { pageHeight: 384 } '.page-h-px': { pageHeight: '1px' } '.page-h-0.5': { pageHeight: 2 } '.page-h-1.5': { pageHeight: 6 } '.page-h-2.5': { pageHeight: 10 } '.page-h-3.5': { pageHeight: 14 } ```