UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

8 lines 356 B
```scss // Property(ies): top, bottom, width(FILL), height(FILL) // Description: top, bottom, width, height properties for aligning items in a Grid System // Component(s): Ti.UI.ActivityIndicator, Ti.UI.Animaiton, Ti.UI.View, Ti.UI.Window '.items-start': { top: 0 } '.items-end': { bottom: 0 } '.items-center': { width: Ti.UI.FILL, height: Ti.UI.FILL } ```