```css
// Property: activeIconIsMask// Description: Defines if the active icon property of the tab must be used as a mask.// Component(s): Ti.UI.Tab
'.active-icon-is-mask': { activeIconIsMask: true }
'.active-icon-is-mask-false': { activeIconIsMask: false }
```