0
0
mirror of https://github.com/yude-jp/yude.jp synced 2024-06-09 15:26:01 +09:00

Update base styling

This commit is contained in:
yude 2021-05-23 15:45:42 +09:00
parent 68386bd8c2
commit b5bde482d7
Signed by: yude
GPG Key ID: EB0FE5D925C4A968

View File

@ -1,4 +1,12 @@
/* Start purging... */
@tailwind base;
@tailwind components;
@tailwind utilities;
/* Stop purging. */
@layer base {
h1 {
@apply text-2xl;
}
h2 {
@apply text-xl;
}
}