Skip to content

Commit 14058e0

Browse files
committed
➕ Add Dependency: Add package.json
1 parent 8936849 commit 14058e0

5 files changed

Lines changed: 34 additions & 2 deletions

File tree

index.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@import "font.css";
2+
@import "moon.css";

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
<title>Halo-moon-menu</title>
66
<meta http-equiv="X-UA-Compatible" content="IE=edge">
77
<meta name="viewport" content="width=device-width, initial-scale=1">
8-
<link rel="stylesheet" href="./font.css">
9-
<link rel="stylesheet" href="./moon.css">
8+
<link rel="stylesheet" href="./index.min.css">
109
</head>
1110
<body>
1211
<div>

index.less

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@import "font.css";
2+
@import "moon.css";

0 commit comments

Comments
 (0)