Spaces:
Sleeping
Sleeping
| @tailwind base; | |
| @tailwind components; | |
| @tailwind utilities; | |
| @layer base { | |
| body { | |
| @apply antialiased text-gray-900; | |
| } | |
| } | |
| @layer components { | |
| .prose { | |
| @apply max-w-none; | |
| } | |
| } | |
| @layer utilities { | |
| .bg-gradient { | |
| @apply bg-gradient-to-br from-blue-500 to-purple-600; | |
| } | |
| } |