UNPKG

@fluentui/react-northstar

Version:
20 lines (18 loc) 503 B
"use strict"; exports.__esModule = true; exports.listStyles = void 0; var _debugStyles = require("../../../../styles/debugStyles"); var listStyles = { root: function root(_ref) { var p = _ref.props; return Object.assign({}, p.debug && (0, _debugStyles.debugRoot)(), { display: p.horizontal ? 'inline-flex' : 'block' }, p.isListTag && { listStyle: 'none', padding: 0, margin: 0 }); } }; exports.listStyles = listStyles; //# sourceMappingURL=listStyles.js.map