File size: 103 Bytes
c911c4d
 
 
 
 
 
 
1
2
3
4
5
6
7
8
@tailwind base;
@tailwind components;
@tailwind utilities;

html, body {
  @apply bg-gray-50;
}