UNPKG

@rxdi/ui-kit

Version:

UI Components for building graphql-server website

13 lines 311 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ROOT = void 0; const lit_html_1 = require("@rxdi/lit-html"); exports.ROOT = (0, lit_html_1.css) ` :root { --bp-s: 640px; --bp-m: 960px; --bp-l: 1200px; --bp-xl: 1600px; } `; //# sourceMappingURL=root.js.map