bbm-component-library-test
Version:
React based component library for all BBM web applications
15 lines (9 loc) • 968 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
var _templateObject = _taggedTemplateLiteral(["\n * {\n box-sizing: border-box;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n }\n\n html,\n body {\n position: relative;\n height: 100vh;\n font-size: 16px;\n background-color: ", ";\n }\n"], ["\n * {\n box-sizing: border-box;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n }\n\n html,\n body {\n position: relative;\n height: 100vh;\n font-size: 16px;\n background-color: ", ";\n }\n"]);
var _styledComponents = require("styled-components");
var _settings = require("../settings");
function _taggedTemplateLiteral(strings, raw) { return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
exports.default = (0, _styledComponents.injectGlobal)(_templateObject, _settings.grey60);