UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

40 lines 1.46 kB
```css // Property: maxRowHeight // Description: Maximum row height for table view rows. // Component(s): Ti.UI.TableView '.max-row-h-0': { maxRowHeight: 0 } '.max-row-h-1': { maxRowHeight: 4 } '.max-row-h-2': { maxRowHeight: 8 } '.max-row-h-3': { maxRowHeight: 12 } '.max-row-h-4': { maxRowHeight: 16 } '.max-row-h-5': { maxRowHeight: 20 } '.max-row-h-6': { maxRowHeight: 24 } '.max-row-h-7': { maxRowHeight: 28 } '.max-row-h-8': { maxRowHeight: 32 } '.max-row-h-9': { maxRowHeight: 36 } '.max-row-h-10': { maxRowHeight: 40 } '.max-row-h-11': { maxRowHeight: 44 } '.max-row-h-12': { maxRowHeight: 48 } '.max-row-h-14': { maxRowHeight: 56 } '.max-row-h-16': { maxRowHeight: 64 } '.max-row-h-20': { maxRowHeight: 80 } '.max-row-h-24': { maxRowHeight: 96 } '.max-row-h-28': { maxRowHeight: 112 } '.max-row-h-32': { maxRowHeight: 128 } '.max-row-h-36': { maxRowHeight: 144 } '.max-row-h-40': { maxRowHeight: 160 } '.max-row-h-44': { maxRowHeight: 176 } '.max-row-h-48': { maxRowHeight: 192 } '.max-row-h-52': { maxRowHeight: 208 } '.max-row-h-56': { maxRowHeight: 224 } '.max-row-h-60': { maxRowHeight: 240 } '.max-row-h-64': { maxRowHeight: 256 } '.max-row-h-72': { maxRowHeight: 288 } '.max-row-h-80': { maxRowHeight: 320 } '.max-row-h-96': { maxRowHeight: 384 } '.max-row-h-px': { maxRowHeight: '1px' } '.max-row-h-0.5': { maxRowHeight: 2 } '.max-row-h-1.5': { maxRowHeight: 6 } '.max-row-h-2.5': { maxRowHeight: 10 } '.max-row-h-3.5': { maxRowHeight: 14 } ```