UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

7 lines 266 B
```css // Property: mixedContentMode // Description: If true, allows the loading of insecure resources from a secure origin. // Component(s): Ti.UI.WebView '.mixed-content-mode': { mixedContentMode: true } '.mixed-content-mode-false': { mixedContentMode: false } ```