aboutsummaryrefslogtreecommitdiffstats
path: root/css/tailwind.css
blob: 3f5c8c0c81b37165846d29ba264705a945ae39cb (plain)
1
2
3
4
5
6
7
8
9
10
@tailwind base;
@tailwind components;
@tailwind utilities;

@layer base {
  html,
  body {
    @apply dark:bg-trueGray-900;
  }
}