@fluentui/react-northstar
Version:
A themable React component library.
15 lines (14 loc) • 386 B
JavaScript
import { debugRoot } from '../../../../styles/debugStyles';
export var listStyles = {
root: function root(_ref) {
var p = _ref.props;
return Object.assign({}, p.debug && debugRoot(), {
display: p.horizontal ? 'inline-flex' : 'block'
}, p.isListTag && {
listStyle: 'none',
padding: 0,
margin: 0
});
}
};
//# sourceMappingURL=listStyles.js.map