UNPKG

@quick-game/cli

Version:

Command line interface for rapid qg development

39 lines (33 loc) 885 B
// Copyright 2023 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // IMPORTANT: this file is auto generated. Please do not edit this file. /* istanbul ignore file */ const styles = new CSSStyleSheet(); styles.replaceSync( `/* * Copyright 2023 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ :host { overflow: auto; height: 100%; } devtools-report-section-header { padding-bottom: 0; margin-bottom: -1.5em; } devtools-report-section-header:nth-of-type(1) { padding-top: 1em; } .link { color: var(--color-link); text-decoration: underline; cursor: pointer; outline-offset: 2px; padding: 0; } /*# sourceURL=usedPreloadingView.css */ `); export default styles;