v0.1.29 테일윈드 초기화 복원
This commit is contained in:
@@ -1,6 +1,18 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
@layer base {
|
||||
html {
|
||||
font-family: "Pretendard", system-ui, sans-serif;
|
||||
}
|
||||
|
||||
body {
|
||||
color: var(--text);
|
||||
background-color: var(--bg);
|
||||
}
|
||||
}
|
||||
|
||||
@layer utilities {
|
||||
[x-cloak] {
|
||||
display: none !important;
|
||||
|
||||
Reference in New Issue
Block a user