purgetss
Version:
A package that simplifies mobile app creation for Titanium developers.
39 lines • 1.91 kB
Markdown
```scss
// Property(ies): maxRowHeight - iOS Only
// Component(s): Ti.UI.TableView
'.max-row-h-0[platform=ios]': { maxRowHeight: 0 }
'.max-row-h-1[platform=ios]': { maxRowHeight: 4 }
'.max-row-h-2[platform=ios]': { maxRowHeight: 8 }
'.max-row-h-3[platform=ios]': { maxRowHeight: 12 }
'.max-row-h-4[platform=ios]': { maxRowHeight: 16 }
'.max-row-h-5[platform=ios]': { maxRowHeight: 20 }
'.max-row-h-6[platform=ios]': { maxRowHeight: 24 }
'.max-row-h-7[platform=ios]': { maxRowHeight: 28 }
'.max-row-h-8[platform=ios]': { maxRowHeight: 32 }
'.max-row-h-9[platform=ios]': { maxRowHeight: 36 }
'.max-row-h-10[platform=ios]': { maxRowHeight: 40 }
'.max-row-h-11[platform=ios]': { maxRowHeight: 44 }
'.max-row-h-12[platform=ios]': { maxRowHeight: 48 }
'.max-row-h-14[platform=ios]': { maxRowHeight: 56 }
'.max-row-h-16[platform=ios]': { maxRowHeight: 64 }
'.max-row-h-20[platform=ios]': { maxRowHeight: 80 }
'.max-row-h-24[platform=ios]': { maxRowHeight: 96 }
'.max-row-h-28[platform=ios]': { maxRowHeight: 112 }
'.max-row-h-32[platform=ios]': { maxRowHeight: 128 }
'.max-row-h-36[platform=ios]': { maxRowHeight: 144 }
'.max-row-h-40[platform=ios]': { maxRowHeight: 160 }
'.max-row-h-44[platform=ios]': { maxRowHeight: 176 }
'.max-row-h-48[platform=ios]': { maxRowHeight: 192 }
'.max-row-h-52[platform=ios]': { maxRowHeight: 208 }
'.max-row-h-56[platform=ios]': { maxRowHeight: 224 }
'.max-row-h-60[platform=ios]': { maxRowHeight: 240 }
'.max-row-h-64[platform=ios]': { maxRowHeight: 256 }
'.max-row-h-72[platform=ios]': { maxRowHeight: 288 }
'.max-row-h-80[platform=ios]': { maxRowHeight: 320 }
'.max-row-h-96[platform=ios]': { maxRowHeight: 384 }
'.max-row-h-px[platform=ios]': { maxRowHeight: '1px' }
'.max-row-h-0.5[platform=ios]': { maxRowHeight: 2 }
'.max-row-h-1.5[platform=ios]': { maxRowHeight: 6 }
'.max-row-h-2.5[platform=ios]': { maxRowHeight: 10 }
'.max-row-h-3.5[platform=ios]': { maxRowHeight: 14 }
```