```scss
// Property(ies): tabsTranslucent - iOS Only
// Component(s): Ti.UI.TabGroup
'.tabs-translucent[platform=ios]': { tabsTranslucent: true }
'.tabs-opaque[platform=ios]': { tabsTranslucent: false }
```