globals.css 102 Bytes
Newer Older
Jeffrey Morgan's avatar
Jeffrey Morgan committed
1
2
3
4
5
6
7
8
@tailwind base;
@tailwind components;
@tailwind utilities;

html,
body {
  background: transparent;
}