UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

17 lines 776 B
```css // Property(ies): fontSize // Component(s): Ti.UI.ActivityIndicator, Ti.UI.Button, Ti.UI.Label, Ti.UI.ListItem, Ti.UI.Picker, Ti.UI.PickerColumn, Ti.UI.PickerRow, Ti.UI.ProgressBar, Ti.UI.Switch, Ti.UI.TableViewRow, Ti.UI.TextArea, Ti.UI.TextField '.text-xs': { font: { fontSize: 12 } } '.text-sm': { font: { fontSize: 14 } } '.text-base': { font: { fontSize: 16 } } '.text-lg': { font: { fontSize: 18 } } '.text-xl': { font: { fontSize: 20 } } '.text-2xl': { font: { fontSize: 24 } } '.text-3xl': { font: { fontSize: 30 } } '.text-4xl': { font: { fontSize: 36 } } '.text-5xl': { font: { fontSize: 48 } } '.text-6xl': { font: { fontSize: 60 } } '.text-7xl': { font: { fontSize: 72 } } '.text-8xl': { font: { fontSize: 96 } } '.text-9xl': { font: { fontSize: 128 } } ```