purgetss
Version:
A package that simplifies mobile app creation for Titanium developers.
9 lines • 392 B
Markdown
```scss
// Property(ies): type (Picker Type)
// Component(s): Ti.UI.Picker
'.picker-type-count-down-timer': { type: Ti.UI.PICKER_TYPE_COUNT_DOWN_TIMER }
'.picker-type-date': { type: Ti.UI.PICKER_TYPE_DATE }
'.picker-type-date-and-time': { type: Ti.UI.PICKER_TYPE_DATE_AND_TIME }
'.picker-type-plain': { type: Ti.UI.PICKER_TYPE_PLAIN }
'.picker-type-time': { type: Ti.UI.PICKER_TYPE_TIME }
```