UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

40 lines 2.22 kB
```css // Property: backgroundLeftCap // Description: Size of the left end cap. // Component(s): Ti.UI.View, Ti.Media.VideoPlayer, Ti.UI.Button, Ti.UI.ButtonBar, Ti.UI.DashboardView, Ti.UI.ImageView, Ti.UI.Label, Ti.UI.ListView, Ti.UI.MaskedImage, Ti.UI.NavigationWindow, Ti.UI.OptionBar, Ti.UI.PickerRow, Ti.UI.ProgressBar, Ti.UI.ScrollView, Ti.UI.ScrollableView, Ti.UI.SearchBar, Ti.UI.Slider, Ti.UI.Switch, Ti.UI.TabbedBar, Ti.UI.TableView, Ti.UI.TableViewRow, Ti.UI.TextArea, Ti.UI.TextField, Ti.UI.WebView, Ti.UI.Window, Ti.UI.iOS.BlurView, Ti.UI.iOS.CoverFlowView, Ti.UI.iOS.LivePhotoView, Ti.UI.iOS.SplitWindow, Ti.UI.iOS.Stepper '.bg-left-cap-0': { backgroundLeftCap: 0 } '.bg-left-cap-1': { backgroundLeftCap: 4 } '.bg-left-cap-2': { backgroundLeftCap: 8 } '.bg-left-cap-3': { backgroundLeftCap: 12 } '.bg-left-cap-4': { backgroundLeftCap: 16 } '.bg-left-cap-5': { backgroundLeftCap: 20 } '.bg-left-cap-6': { backgroundLeftCap: 24 } '.bg-left-cap-7': { backgroundLeftCap: 28 } '.bg-left-cap-8': { backgroundLeftCap: 32 } '.bg-left-cap-9': { backgroundLeftCap: 36 } '.bg-left-cap-10': { backgroundLeftCap: 40 } '.bg-left-cap-11': { backgroundLeftCap: 44 } '.bg-left-cap-12': { backgroundLeftCap: 48 } '.bg-left-cap-14': { backgroundLeftCap: 56 } '.bg-left-cap-16': { backgroundLeftCap: 64 } '.bg-left-cap-20': { backgroundLeftCap: 80 } '.bg-left-cap-24': { backgroundLeftCap: 96 } '.bg-left-cap-28': { backgroundLeftCap: 112 } '.bg-left-cap-32': { backgroundLeftCap: 128 } '.bg-left-cap-36': { backgroundLeftCap: 144 } '.bg-left-cap-40': { backgroundLeftCap: 160 } '.bg-left-cap-44': { backgroundLeftCap: 176 } '.bg-left-cap-48': { backgroundLeftCap: 192 } '.bg-left-cap-52': { backgroundLeftCap: 208 } '.bg-left-cap-56': { backgroundLeftCap: 224 } '.bg-left-cap-60': { backgroundLeftCap: 240 } '.bg-left-cap-64': { backgroundLeftCap: 256 } '.bg-left-cap-72': { backgroundLeftCap: 288 } '.bg-left-cap-80': { backgroundLeftCap: 320 } '.bg-left-cap-96': { backgroundLeftCap: 384 } '.bg-left-cap-px': { backgroundLeftCap: '1px' } '.bg-left-cap-0.5': { backgroundLeftCap: 2 } '.bg-left-cap-1.5': { backgroundLeftCap: 6 } '.bg-left-cap-2.5': { backgroundLeftCap: 10 } '.bg-left-cap-3.5': { backgroundLeftCap: 14 } ```