purgetss
Version:
A package that simplifies mobile app creation for Titanium developers.
16 lines • 683 B
Markdown
```scss
// Property(ies): columnCount - iOS Only
// Component(s): Ti.UI.DashboardView
'.col-count-1[platform=ios]': { columnCount: 1 }
'.col-count-2[platform=ios]': { columnCount: 2 }
'.col-count-3[platform=ios]': { columnCount: 3 }
'.col-count-4[platform=ios]': { columnCount: 4 }
'.col-count-5[platform=ios]': { columnCount: 5 }
'.col-count-6[platform=ios]': { columnCount: 6 }
'.col-count-7[platform=ios]': { columnCount: 7 }
'.col-count-8[platform=ios]': { columnCount: 8 }
'.col-count-9[platform=ios]': { columnCount: 9 }
'.col-count-10[platform=ios]': { columnCount: 10 }
'.col-count-11[platform=ios]': { columnCount: 11 }
'.col-count-12[platform=ios]': { columnCount: 12 }
```