UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

7 lines 322 B
```css // Property: severity // Description: Indicates the severity of the alert in apps built with Mac Catalyst. // Component(s): Ti.UI.AlertDialog '.severity-alert[platform=ios]': { severity: Ti.UI.iOS.ALERT_SEVERITY_DEFAULT } '.severity-alert-critical[platform=ios]': { severity: Ti.UI.iOS.ALERT_SEVERITY_CRITICAL } ```