📦 EqualifyEverything / equalify-reflow-docs

📄 index.css · 10 lines
1
2
3
4
5
6
7
8
9
10@tailwind base;
@tailwind components;
@tailwind utilities;

@layer base {
  body {
    @apply antialiased text-gray-900 bg-white;
  }
}