UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

10 lines 436 B
```css // Property(ies): contentWidth, contentHeight // Component(s): Ti.UI.ScrollView '.content-w-auto': { contentWidth: Ti.UI.SIZE } '.content-h-auto': { contentHeight: Ti.UI.SIZE } '.content-w-screen': { contentWidth: Ti.UI.FILL } '.content-h-screen': { contentHeight: Ti.UI.FILL } '.content-auto': { contentWidth: Ti.UI.SIZE, contentHeight: Ti.UI.SIZE } '.content-screen': { contentWidth: Ti.UI.FILL, contentHeight: Ti.UI.FILL } ```