@yuebai008/cli
Version:
Command line interface for rapid qg-minigame development
1 lines • 578 B
JavaScript
const styles=new CSSStyleSheet;styles.replaceSync("/*\n * Copyright 2023 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-block;\n width: 20px;\n height: 20px;\n}\n\nspan {\n display: block;\n width: 100%;\n height: 100%;\n white-space: nowrap;\n background-color: currentColor;\n -webkit-mask-position: center;\n -webkit-mask-repeat: no-repeat;\n -webkit-mask-size: 99%;\n}\n\n/*# sourceURL=newIcon.css */\n");export default styles;