File size: 192 Bytes
b10df03
 
 
 
 
900e2e7
b10df03
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
@tailwind base;
@tailwind components;
@tailwind utilities;

body {
  @apply bg-gray-100 overflow-hidden dark:bg-slate-950;
}

@layer utilities {
  .text-balance {
    text-wrap: balance;
  }
}