normalize-unistyle
Version:
Normalize CSS as a Unistyle module
41 lines (34 loc) • 862 B
JavaScript
'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.
*/