UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

19 lines 1.19 kB
```css // Property: borderWidth // Description: Border width of the view. // Component(s): Ti.UI.View, Ti.Media.VideoPlayer, Ti.UI.Android.CardView, Ti.UI.Android.DrawerLayout, Ti.UI.Android.SearchView, 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.Picker, 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.Toolbar, 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 '.border-0': { borderWidth: 0 } '.border-1': { borderWidth: 1 } '.border-2': { borderWidth: 2 } '.border-3': { borderWidth: 3 } '.border-4': { borderWidth: 4 } '.border-5': { borderWidth: 5 } '.border-6': { borderWidth: 6 } '.border-7': { borderWidth: 7 } '.border-8': { borderWidth: 8 } '.border-9': { borderWidth: 9 } '.border-10': { borderWidth: 10 } '.border-11': { borderWidth: 11 } '.border-12': { borderWidth: 12 } '.border': { borderWidth: 1 } ```