UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

10 lines 614 B
```css // Property: hyphenationFrequency // Description: Frequency of automatic hyphenation. Check Android hyphenationFrequency for more infos. // Component(s): Ti.UI.Label '.hyphenation-frequency-hyphen-none': { hyphenationFrequency: Ti.UI.HYPHEN_NONE } '.hyphenation-frequency-hyphen-normal': { hyphenationFrequency: Ti.UI.HYPHEN_NORMAL } '.hyphenation-frequency-hyphen-full': { hyphenationFrequency: Ti.UI.HYPHEN_FULL } '.hyphenation-frequency-hyphen-normal-fast': { hyphenationFrequency: Ti.UI.HYPHEN_NORMAL_FAST } '.hyphenation-frequency-hyphen-full-fast': { hyphenationFrequency: Ti.UI.HYPHEN_FULL_FAST } ```