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