martials.no/src/styles/global.css

16 lines
194 B
CSS
Raw Normal View History

2024-09-25 22:20:47 +02:00
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer utilities {
.debug {
@apply border border-red-500;
}
2024-09-25 22:20:47 +02:00
}
@layer base {
h1 {
@apply text-4xl font-bold mb-2;
}
2024-09-25 22:20:47 +02:00
}