```scss
// Property(ies): separatorStyle
// Component(s): Ti.UI.ListView, Ti.UI.TableView
'.separator-style-none': { separatorStyle: Ti.UI.TABLE_VIEW_SEPARATOR_STYLE_NONE }
'.separator-style-single-line': { separatorStyle: Ti.UI.TABLE_VIEW_SEPARATOR_STYLE_SINGLE_LINE }
```