UNPKG

@fluentui/react-northstar

Version:
15 lines (14 loc) 386 B
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