UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

6 lines 265 B
```scss // Property(ies): inputType - Android Only // Component(s): Ti.UI.TextField '.input-type-class-number[platform=android]': { inputType: Ti.UI.INPUT_TYPE_CLASS_NUMBER } '.input-type-class-text[platform=android]': { inputType: Ti.UI.INPUT_TYPE_CLASS_TEXT } ```