UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

31 lines (30 loc) 1.22 kB
```scss // Property(ies): width - For Grid Template Columns // Component(s): Ti.UI.ActivityIndicator, Ti.UI.Animation, Ti.UI.iPad.Popover, Ti.UI.View, Ti.UI.Window '.grid-cols-1': { width: '100%' } '.grid-cols-2': { width: '50%' } '.grid-cols-3': { width: '33.333334%' } '.grid-cols-4': { width: '25%' } '.grid-cols-5': { width: '20%' } '.grid-cols-6': { width: '16.666667%' } '.grid-cols-7': { width: '14.285714%' } '.grid-cols-8': { width: '12.5%' } '.grid-cols-9': { width: '11.111111%' } '.grid-cols-10': { width: '10%' } '.grid-cols-11': { width: '9.090909%' } '.grid-cols-12': { width: '8.333334%' } // Property(ies): height - For Grid Template Rows // Component(s): Ti.UI.ActivityIndicator, Ti.UI.Animation, Ti.UI.iPad.Popover, Ti.UI.View, Ti.UI.Window '.grid-rows-1': { height: '100%' } '.grid-rows-2': { height: '50%' } '.grid-rows-3': { height: '33.333334%' } '.grid-rows-4': { height: '25%' } '.grid-rows-5': { height: '20%' } '.grid-rows-6': { height: '16.666667%' } '.grid-rows-7': { height: '14.285714%' } '.grid-rows-8': { height: '12.5%' } '.grid-rows-9': { height: '11.111111%' } '.grid-rows-10': { height: '10%' } '.grid-rows-11': { height: '9.090909%' } '.grid-rows-12': { height: '8.333334%' } ```