@yuebai008/cli
Version:
Command line interface for rapid qg-minigame development
1 lines • 1.12 kB
JavaScript
const styles=new CSSStyleSheet;styles.replaceSync("/*\n * Copyright 2023 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.variable-value-popup-wrapper {\n padding: 4px 8px;\n}\n\n.registered-property-popup-wrapper {\n margin-top: 8px;\n max-width: 232px;\n font-size: 12px;\n line-height: 1.4;\n}\n\n.monospace {\n font-family: var(--monospace-font-family);\n font-size: var(--monospace-font-size);\n}\n\n:host {\n padding: 6px;\n}\n\n.registered-property-links {\n margin-top: 8px;\n}\n\n.clickable {\n color: var(--color-link);\n cursor: pointer;\n}\n\n.underlined {\n text-decoration: underline;\n}\n\n.unbreakable-text {\n white-space: nowrap;\n}\n\n.css-property {\n color: var(--webkit-css-property-color, var(--sys-color-token-property-special)); /* stylelint-disable-line plugin/use_theme_colors */ /* See: crbug.com/1152736 for color variable migration. */\n}\n\n.title {\n color: var(--color-text-disabled);\n}\n\n/*# sourceURL=cssVariableValueView.css */\n");export default styles;