purgetss
Version:
A package that simplifies mobile app creation for Titanium developers.
74 lines (51 loc) • 1.94 kB
Markdown
## Layout
- ### Top / Right / Bottom / Left
> For any element that uses the `'top'`, `'right'`, `'bottom'` and `'left'` properties.
- ### Scrollable Region
> For ScrollViews `'contentWidth'`, `'contentHeight'` properties.
- ### Scroll Indicators
> For ScrollViews `'showHorizontalScrollIndicator'`, `'showVerticalScrollIndicator'` properties.
## Typography
- ### Font Size
> For any element that uses the `'fontSize'` property.
- ### Font Style
> For any element that uses the `'fontStyle'` property.
- ### Font Weight
> For any element that uses the `'fontWeight'` property.
- ### Placeholder Color
> For any element that uses the `'hintTextColor'` property.
- ### Tint Color
> For any element that uses the `'tintColor'` property.
- ### Text Align
> For any element that uses the `'textAlign'` property.
- ### Text Color
> For any element that uses the `'color'` property.
- ### Vertical Align
> For any element that uses the `'verticalAlign'` property.
## Backgrounds
- ### Background Color
> For any element that uses the `'backgroundColor'` property.
## Borders
- ### Border Color
> For any element that uses the `'borderColor'` property.
- ### Border Width
> For any element that uses the `'borderWidth'` property.
- ### Border Radius
> For any element that uses the `'borderRadius'` property.
## Spacing
- ### Padding
> For any element that uses the `'padding'` property.
- ### Margin
> For any element that uses the `'top'`, `'right'`, `'bottom'`, `'left'` properties.
## Sizing
- ### Width
> For any element that uses the `'width'` property.
- ### Height
> For any element that uses the `'height'` property.
## Effects
- ### Box Shadow
> For any element that uses the `'viewShadowOffset'`, `'viewShadowRadius'` and `'viewShadowColor'` properties.
- ### Opacity
> For any element that uses the `'opacity'` property.
- ### Display
> For any element that uses the `'visible'` property.