UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

16 lines 805 B
```css // Property: textStyle // Description: The text style for the font. // Component(s): Font '.text-style-headline': { textStyle: Ti.UI.TEXT_STYLE_HEADLINE } '.text-style-subheadline': { textStyle: Ti.UI.TEXT_STYLE_SUBHEADLINE } '.text-style-body': { textStyle: Ti.UI.TEXT_STYLE_BODY } '.text-style-footnote': { textStyle: Ti.UI.TEXT_STYLE_FOOTNOTE } '.text-style-caption1': { textStyle: Ti.UI.TEXT_STYLE_CAPTION1 } '.text-style-caption2': { textStyle: Ti.UI.TEXT_STYLE_CAPTION2 } '.text-style-callout': { textStyle: Ti.UI.TEXT_STYLE_CALLOUT } '.text-style-title1': { textStyle: Ti.UI.TEXT_STYLE_TITLE1 } '.text-style-title2': { textStyle: Ti.UI.TEXT_STYLE_TITLE2 } '.text-style-title3': { textStyle: Ti.UI.TEXT_STYLE_TITLE3 } '.text-style-large-title': { textStyle: Ti.UI.TEXT_STYLE_LARGE_TITLE } ```