@yuebai008/cli
Version:
Command line interface for rapid qg-minigame development
1 lines • 604 B
JavaScript
const styles=new CSSStyleSheet;styles.replaceSync("/*\n * Copyright 2018 The Chromium Authors. All rights reserved.\n * Use of this source code is governed by a BSD-style license that can be\n * found in the LICENSE file.\n */\n\n:host {\n display: inline;\n}\n\n.node-link {\n cursor: pointer;\n display: inline;\n pointer-events: auto;\n}\n\n.node-link:focus-visible {\n outline-width: unset;\n}\n\n.node-label-name {\n color: var(--color-syntax-1);\n}\n\n.node-label-class,\n.node-label-pseudo {\n color: var(--color-syntax-4);\n}\n\n/*# sourceURL=domLinkifier.css */\n");export default styles;