Spaces:
Running
Running
File size: 127 Bytes
7f5876d |
1 2 3 4 5 6 7 8 9 10 |
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer utilities {
.text-balance {
text-wrap: balance;
}
}
|