UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

8 lines 249 B
```scss // Property(ies): touchEnabled // Component(s): Ti.UI.View '.touch-enabled': { touchEnabled: true } '.touch-disabled': { touchEnabled: false } '.pointer-events-auto': { touchEnabled: true } '.pointer-events-none': { touchEnabled: false } ```