UNPKG

@coko/client

Version:

Client side common code for coko apps

11 lines (10 loc) 600 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var _styledComponents = require("styled-components"); var _templateObject; function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); } var _default = (0, _styledComponents.css)(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n body {\n height: 100vh;\n }\n\n #root,\n #root > div {\n height: 100%;\n }\n"]))); exports["default"] = _default;