EMAILOUT / frontend /src /index.css
Seth
update
09dac43
raw
history blame contribute delete
164 Bytes
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
* {
@apply border-slate-200;
}
body {
@apply bg-white text-slate-900;
}
}