UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

7 lines 224 B
```css // Property: canInsert // Description: Specifies if the item can be inserted by a user initiated action. // Component(s): Ti.UI.ListItem '.can-insert': { canInsert: true } '.can-insert-false': { canInsert: false } ```