UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

7 lines 409 B
```scss // Property(ies): style - iOS Only // Component(s): Ti.UI.iOS.PreviewAction, Ti.UI.iOS.PreviewActionGroup '.preview-action-style[platform=ios]': { style: Ti.UI.iOS.PREVIEW_ACTION_STYLE_DEFAULT } '.preview-action-style-selected[platform=ios]': { style: Ti.UI.iOS.PREVIEW_ACTION_STYLE_SELECTED } '.preview-action-style-destrutive[platform=ios]': { style: Ti.UI.iOS.PREVIEW_ACTION_STYLE_DESTRUCTIVE } ```