@yuebai008/cli
Version:
Command line interface for rapid qg-minigame development
1 lines • 431 B
JavaScript
export default{cssContent:"/*\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.root-view {\n background-color: var(--color-background);\n overflow: hidden;\n position: absolute !important; /* stylelint-disable-line declaration-no-important */\n left: 0;\n top: 0;\n right: 0;\n bottom: 0;\n}\n"};