UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

7 lines 361 B
```css // Property: sorted // Description: If set to true or a function, all properties of an object, and Set and Map entries are sorted in the resulting string. If set to true the default sort is used. If set to a function, it is used as a compare function. // Component(s): UtilInspectOptions '.sorted': { sorted: true } '.sorted-false': { sorted: false } ```