purgetss
Version:
A package that simplifies mobile app creation for Titanium developers.
7 lines • 351 B
Markdown
```css
// Property: userInterfaceStyle
// Component(s): Ti.App.iOS, Ti.UI
'.user-interface-style-unspecified': { userInterfaceStyle: Ti.UI.USER_INTERFACE_STYLE_UNSPECIFIED }
'.user-interface-style-light': { userInterfaceStyle: Ti.UI.USER_INTERFACE_STYLE_LIGHT }
'.user-interface-style-dark': { userInterfaceStyle: Ti.UI.USER_INTERFACE_STYLE_DARK }
```