mirror of
https://github.com/yude-jp/yude.jp
synced 2025-03-05 07:50:11 +09:00
12 lines
152 B
CSS
12 lines
152 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@layer base {
|
|
h1 {
|
|
@apply text-2xl;
|
|
}
|
|
h2 {
|
|
@apply text-xl;
|
|
}
|
|
} |