hugger-lover / styles /globals.css
enzostvs's picture
enzostvs HF staff
init
7f5876d
raw
history blame contribute delete
127 Bytes
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer utilities {
.text-balance {
text-wrap: balance;
}
}