Skip to content

Commit

Permalink
design: index.css 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2980 committed May 19, 2024
1 parent 81f3e70 commit e2e4bf4
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
@tailwind base;
@tailwind components;
@tailwind utilities;

@layer base {
html {
font-size: 6.25%;
}

body {
font-size: 16rem;
}

path,
circle,
ellipse,
line,
polygon,
polyline,
rect {
stroke-width: inherit;
}

a,
input,
button {
outline: none;
}
}

0 comments on commit e2e4bf4

Please sign in to comment.