@jsonresume/jsonresume-theme-professional 1.0.3 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -517,3 +517,10 @@ var render = function render(resume) {
517
517
  };
518
518
 
519
519
  export { Resume, render };
520
+ //# sourceMappingURL=index.js.map
521
+ font-family:LatinModern, \"Courier New\", monospace;\n background: #fff;\n font-size: 10px;\n }\n\n h2 {\n font-size: 1.65rem;\n }\n\n p {\n padding: 0;\n margin: 0;\n }\n\n p, li {\n font-size: 1.4rem;\n line-height: 1.5rem;\n }\n\n .secondary {\n color: #111;\n }\n\n a {\n text-decoration: none;\n }\n\n ul {\n list-style: none;\n margin: 0;\n padding: 0;\n }\n\n *,\n *::before,\n *::after {\n box-sizing: border-box;\n }\n\n\n\n </style>\n ").concat(styles, "</head><body>").concat(html, "</body></html>");
522
+ };
523
+
524
+ exports.Resume = Resume;
525
+ exports.render = render;
526
+ //# sourceMappingURL=index.js.map