UNPKG

normalize-unistyle

Version:
41 lines (34 loc) 862 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } var MONOSPACED = ['code', 'kbd', 'pre', 'samp']; exports['default'] = _defineProperty({ /** * Address margin not present in IE 8/9 and Safari. */ figure: { margin: '1em 40px' }, /** * Address differences between Firefox and other browsers. */ hr: { boxSizing: 'content-box', height: 0 }, /** * Contain overflow in all browsers. */ pre: { overflow: 'auto' } }, MONOSPACED, { fontFamily: 'monospace, monospace', fontSize: '1em' }); module.exports = exports['default']; /** * Address odd `em`-unit font size rendering in all browsers. */