"vscode:/vscode.git/clone" did not exist on "ac736c33a30a45fcdd3a18fea0f93091966aaf8f"
globals.css 141 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;
}
Jeffrey Morgan's avatar
Jeffrey Morgan committed
9
10
11
12

.drag {
  -webkit-app-region: drag;
}