File size: 126 Bytes
82d14ef
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
@tailwind base;
@tailwind components;
@tailwind utilities;

@layer base {
  body {
    @apply bg-gray-50 text-gray-900;
  }
}