@yuebai008/cli
Version:
Command line interface for rapid qg-minigame development
1 lines • 733 B
JavaScript
const styles=new CSSStyleSheet;styles.replaceSync("/*\n * Copyright 2021 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.container {\n width: 100%;\n display: inline-block;\n}\n\n.container:hover {\n background-color: var(--item-hover-color);\n}\n\nspan {\n color: var(--color-syntax-8);\n font-family: var(--monospace-font-family);\n font-size: var(--monospace-font-size);\n}\n\n.role-value {\n color: var(--color-syntax-2);\n}\n\n.attribute-name {\n color: var(--color-syntax-4);\n}\n\n.attribute-value {\n color: var(--color-syntax-3);\n}\n\n/*# sourceURL=accessibilityTreeNode.css */\n");export default styles;