UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

6 lines 238 B
```scss // Property(ies): selectionStyle // Component(s): Ti.UI.ListItem, Ti.UI.TableViewRow '.selection-style': { selectionStyle: Ti.UI.SELECTION_STYLE_DEFAULT } '.selection-style-none': { selectionStyle: Ti.UI.SELECTION_STYLE_NONE } ```