```scss
// Property(ies): canInsert
// Component(s): Ti.UI.ListItem
'.can-insert': { canInsert: true }
'.cant-insert': { canInsert: false }
```