1 2 3 4 5 6 7 8 9 10 11
@tailwind base; @tailwind components; @tailwind utilities; .break-word { word-break: break-word; } :root { color-scheme: light dark; }