@yuebai008/cli
Version:
Command line interface for rapid qg-minigame development
1 lines • 847 B
JavaScript
const styles=new CSSStyleSheet;styles.replaceSync("/*\n * Copyright 2015 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.header,\n.children,\n.content {\n min-height: initial;\n line-height: initial;\n}\n/* This TreeElement is always expanded and has no arrow. */\n/* FIXME(crbug.com/475618): Implement this in TreeElement. */\n\n.children li::before {\n display: none;\n}\n\n.content {\n margin-bottom: 4px;\n}\n\n.content .stack-preview-container {\n margin-left: 8px;\n}\n\n.content .node-list {\n margin-left: 10px;\n}\n\n/* The .node-list's can be very long. So we override the tree item's default nowrap. */\n.tree-outline li {\n white-space: normal;\n}\n\n/*# sourceURL=invalidationsTree.css */\n");export default styles;