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