emotion-normalize
Version:
Normalize file for emotion JSS library
24 lines (17 loc) • 2.98 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _react = require("@emotion/react");
function _templateObject() {
var data = _taggedTemplateLiteral(["\nhtml {\n line-height: 1.15; \n -webkit-text-size-adjust: 100%; \n}\nbody {\n margin: 0;\n}\nmain {\n display: block;\n}\nh1 {\n font-size: 2em;\n margin: 0.67em 0;\n}\nhr {\n box-sizing: content-box; \n height: 0; \n overflow: visible; \n}\npre {\n font-family: monospace, monospace; \n font-size: 1em; \n}\na {\n background-color: transparent;\n}\nabbr[title] {\n border-bottom: none; \n text-decoration: underline; \n text-decoration: underline dotted; \n}\nb,\nstrong {\n font-weight: bolder;\n}\ncode,\nkbd,\nsamp {\n font-family: monospace, monospace; \n font-size: 1em; \n}\nsmall {\n font-size: 80%;\n}\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\nsub {\n bottom: -0.25em;\n}\nsup {\n top: -0.5em;\n}\nimg {\n border-style: none;\n}\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n font-family: inherit; \n font-size: 100%; \n line-height: 1.15; \n margin: 0; \n}\nbutton,\ninput { \n overflow: visible;\n}\nbutton,\nselect { \n text-transform: none;\n}\nbutton,\n[type=\"button\"],\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button;\n}\nbutton::-moz-focus-inner,\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner {\n border-style: none;\n padding: 0;\n}\nbutton:-moz-focusring,\n[type=\"button\"]:-moz-focusring,\n[type=\"reset\"]:-moz-focusring,\n[type=\"submit\"]:-moz-focusring {\n outline: 1px dotted ButtonText;\n}\nfieldset {\n padding: 0.35em 0.75em 0.625em;\n}\nlegend {\n box-sizing: border-box; \n color: inherit; \n display: table; \n max-width: 100%; \n padding: 0; \n white-space: normal; \n}\nprogress {\n vertical-align: baseline;\n}\ntextarea {\n overflow: auto;\n}\n[type=\"checkbox\"],\n[type=\"radio\"] {\n box-sizing: border-box; \n padding: 0; \n}\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n[type=\"search\"] {\n -webkit-appearance: textfield; \n outline-offset: -2px; \n}\n[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n::-webkit-file-upload-button {\n -webkit-appearance: button; \n font: inherit; \n}\ndetails {\n display: block;\n}\nsummary {\n display: list-item;\n}\ntemplate {\n display: none;\n}\n[hidden] {\n display: none;\n}\n"]);
_templateObject = function _templateObject() {
return data;
};
return data;
}
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
var normalize = (0, _react.css)(_templateObject());
var _default = normalize;
exports["default"] = _default;