@yuebai008/cli
Version:
Command line interface for rapid qg-minigame development
1 lines • 736 B
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:host {\n padding: 6px;\n}\n\n.docs-popup-wrapper {\n max-width: 350px;\n font-size: 12px;\n line-height: 1.4;\n}\n\n.docs-popup-section {\n margin-top: 8px;\n}\n\n.clickable {\n color: var(--color-link);\n}\n\n.underlined {\n text-decoration: underline;\n}\n\n.unbreakable-text {\n white-space: nowrap;\n}\n\n.footer {\n display: flex;\n justify-content: space-between;\n}\n\n.dont-show input {\n vertical-align: bottom;\n}\n\n/*# sourceURL=cssPropertyDocsView.css */\n");export default styles;