@yuebai008/cli
Version:
Command line interface for rapid qg-minigame development
1 lines • 748 B
JavaScript
const styles=new CSSStyleSheet;styles.replaceSync("/*\n * Copyright 2016 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.paint-profiler-image-view {\n overflow: hidden;\n}\n\n.paint-profiler-image-view .paint-profiler-image-container {\n transform-origin: 0 0;\n}\n\n.paint-profiler-image-view .paint-profiler-image-container div {\n border-color: var(--color-details-hairline);\n border-style: solid;\n z-index: 100;\n position: absolute;\n top: 0;\n left: 0;\n}\n\n.paint-profiler-image-view img {\n border: solid 1px var(--color-background-inverted);\n}\n\n/*# sourceURL=timelinePaintProfiler.css */\n");export default styles;