UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

7 lines 297 B
```scss // Property(ies): horizontalMargin - Android Only // Component(s): Ti.UI.Notification '.horizontal-center[platform=android]': { horizontalMargin: '0' } '.horizontal-left[platform=android]': { horizontalMargin: '-0.5' } '.horizontal-right[platform=android]': { horizontalMargin: '0.5' } ```