UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

7 lines 413 B
```css // Property: noDeprecation // Description: The process.noDeprecation property indicates whether the --no-deprecation flag is set on the current Node.js process. See the documentation for the 'warning' event and the emitWarning() method for more information about this flag's behavior. // Component(s): process '.no-deprecation': { noDeprecation: true } '.no-deprecation-false': { noDeprecation: false } ```