UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

12 lines 677 B
```scss // Property(ies): style // Component(s): Ti.UI.TabbedBar '.tabbed-bar-style-bar': { style: Ti.UI.BUTTON_STYLE_FILLED } '.tabbed-bar-style-bordered': { style: Ti.UI.BUTTON_STYLE_OPTION_NEGATIVE } '.tabbed-bar-style-done': { style: Ti.UI.BUTTON_STYLE_OPTION_NEUTRAL } '.tabbed-bar-style-positive': { style: Ti.UI.BUTTON_STYLE_OPTION_POSITIVE } '.tabbed-bar-style-outlined': { style: Ti.UI.BUTTON_STYLE_OUTLINED } '.tabbed-bar-style-text': { style: Ti.UI.BUTTON_STYLE_TEXT } '.tabbed-bar-style[platform=android]': { style: Ti.UI.Android.TABS_STYLE_DEFAULT } '.tabbed-bar-style-bottom-navigation[platform=android]': { style: Ti.UI.Android.TABS_STYLE_BOTTOM_NAVIGATION } ```