Select Git revision
tailwind.css
Trirst authored
tailwind.css 232 B
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
h1 {
@apply text-4xl;
}
h2 {
@apply text-3xl;
}
h3 {
@apply text-xl;
}
h4 {
@apply text-xl;
}
}