EC2 Default User
Added basic frontend, dockerfile
0f60365
raw
history blame contribute delete
101 Bytes
@tailwind base;
@tailwind components;
@tailwind utilities;
body {
@apply bg-gray-900 text-white;
}