UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

7 lines 236 B
```css // Property: canMove // Description: Specifies if the item can be reordered within the list view by a user initiated action. // Component(s): Ti.UI.ListItem '.can-move': { canMove: true } '.can-move-false': { canMove: false } ```