@yuebai008/cli
Version:
Command line interface for rapid qg-minigame development
1 lines • 585 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.query:not(.editing-query) {\n overflow: hidden;\n}\n\n.editable .query-text {\n color: var(--color-text-primary);\n}\n\n.editable .query-text:hover {\n text-decoration: var(--override-styles-section-text-hover-text-decoration);\n cursor: var(--override-styles-section-text-hover-cursor);\n}\n\n/*# sourceURL=cssQuery.css */\n");export default styles;