@onwave/ui
Version:
onwave ui library
9 lines • 1.19 kB
JavaScript
var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
return cooked;
};
import { css } from "@emotion/core";
import { typographyCSS } from "../core";
export var globalTypographyCSS = css(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n h1,\n h2,\n h3,\n h4,\n h5,\n h6,\n p {\n margin-top: 0;\n margin-bottom: 0;\n }\n\n h1 {\n ", ";\n }\n h2 {\n ", ";\n }\n h3 {\n ", ";\n }\n h4 {\n ", ";\n }\n h5 {\n ", ";\n }\n h6 {\n ", ";\n }\n p {\n ", ";\n }\n"], ["\n h1,\n h2,\n h3,\n h4,\n h5,\n h6,\n p {\n margin-top: 0;\n margin-bottom: 0;\n }\n\n h1 {\n ", ";\n }\n h2 {\n ", ";\n }\n h3 {\n ", ";\n }\n h4 {\n ", ";\n }\n h5 {\n ", ";\n }\n h6 {\n ", ";\n }\n p {\n ", ";\n }\n"])), typographyCSS.display3, typographyCSS.heading1, typographyCSS.heading2, typographyCSS.heading3, typographyCSS.subtitle1, typographyCSS.subtitle2, typographyCSS.body1);
var templateObject_1;
//# sourceMappingURL=globalTypographyCSS.js.map