UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

9 lines 516 B
```css // Property: role // Component(s): Ti.App.iOS.SearchableItemAttributeSet, Ti.Calendar.Attendee '.role-calendar-attendee-unknown': { role: Ti.Calendar.ATTENDEE_ROLE_UNKNOWN } '.role-calendar-attendee-optional': { role: Ti.Calendar.ATTENDEE_ROLE_OPTIONAL } '.role-calendar-attendee-required': { role: Ti.Calendar.ATTENDEE_ROLE_REQUIRED } '.role-calendar-attendee-chair': { role: Ti.Calendar.ATTENDEE_ROLE_CHAIR } '.role-calendar-attendee-non-participant': { role: Ti.Calendar.ATTENDEE_ROLE_NON_PARTICIPANT } ```