UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

9 lines 393 B
```css // Property: alignment // Description: The text alignment of the receiver. // Component(s): ParagraphAttribute '.alignment-text-center': { alignment: Ti.UI.TEXT_ALIGNMENT_CENTER } '.alignment-text-justify': { alignment: Ti.UI.TEXT_ALIGNMENT_JUSTIFY } '.alignment-text-left': { alignment: Ti.UI.TEXT_ALIGNMENT_LEFT } '.alignment-text-right': { alignment: Ti.UI.TEXT_ALIGNMENT_RIGHT } ```