purgetss
Version:
A package that simplifies mobile app creation for Titanium developers.
11 lines • 293 B
Markdown
```scss
// Property(ies): borderWidth
// Component(s): Ti.UI.View
'.border-0': { borderWidth: 0 }
'.border-1': { borderWidth: 1 }
'.border-2': { borderWidth: 2 }
'.border-4': { borderWidth: 4 }
'.border-8': { borderWidth: 8 }
'.border-10': { borderWidth: 10 }
'.border': { borderWidth: 1 }
```