Remove redundant default.css import (#503)

This commit is contained in:
Evan Simkowitz
2024-03-27 09:53:08 -07:00
committed by GitHub
parent 195ee98424
commit 49e1fc9133
+2 -3
View File
@@ -1,9 +1,8 @@
/* Copyright 2024, Command Line Inc.
SPDX-License-Identifier: Apache-2.0 */
@import "./default.css";
@import "./term-default.css";
@import "./term-light.css";
@import url("./term-default.css");
@import url("./term-light.css");
:root {
--app-bg-color: #fefefe;