File size: 174 Bytes
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;
}

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