Skip to content

Commit

Permalink
fix: add index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ckvv committed Dec 24, 2021
1 parent c3cf5ae commit 3560a75
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/assets/style/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@


* {
@apply outline-none box-border;
}
.icon {
width: 1em;
height: 1em;
vertical-align: -0.15em;
@apply fill-current overflow-hidden;
}

html,
body {
font-family: system-ui;
@apply w-full h-full m-0 p-0 text-base;
}

#app {
@apply w-full h-full;
}

0 comments on commit 3560a75

Please sign in to comment.