10 lines
127 B
CSS
10 lines
127 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@layer base {
|
|
body {
|
|
@apply bg-gray-50 text-slate-900;
|
|
}
|
|
}
|