```scss
// Property(ies): ignoreSslError
// Component(s): Ti.UI.WebView
'.ignore-ssl-error': { ignoreSslError: true }
'.dont-ignore-ssl-error': { ignoreSslError: false }
```