UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

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