UNPKG

@yuebai008/cli

Version:

Command line interface for rapid qg-minigame development

1 lines 749 B
const styles=new CSSStyleSheet;styles.replaceSync("/*\n * Copyright 2022 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.editable {\n cursor: text;\n overflow-wrap: anywhere;\n min-height: 18px;\n line-height: 18px;\n min-width: 0.5em;\n background: transparent;\n border: none;\n outline: none;\n display: inline-block;\n font-family: var(--monospace-font-family);\n font-size: var(--monospace-font-size);\n}\n\n.editable:hover,\n.editable:focus {\n box-shadow: 0 0 0 1px var(--color-details-hairline);\n border-radius: 2px;\n}\n\n/*# sourceURL=EditableSpan.css */\n");export default styles;