UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

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