next-gen-ui
Version:
Next Gen Ui is a home for front-end & UI/Ux developers. We provide all the necessary components required to build a scalable front-end application which suits the user experience in a unique way.
8 lines • 631 B
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 { createGlobalStyle } from 'styled-components';
export var GlobalStyles = createGlobalStyle(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n * {\n \n box-sizing: border-box;\n margin: 0;\n padding: 0;\n }\n"], ["\n * {\n \n box-sizing: border-box;\n margin: 0;\n padding: 0;\n }\n"])));
var templateObject_1;
//# sourceMappingURL=global.styles.js.map