UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

7 lines 250 B
```css // Property: bypassDnd // Description: Whether or not notifications posted to this channel can interrupt the user. // Component(s): Ti.Android.NotificationChannel '.bypass-dnd': { bypassDnd: true } '.bypass-dnd-false': { bypassDnd: false } ```