5 lines
82 B
CSS
5 lines
82 B
CSS
@import "tailwindcss";
|
|
|
|
body {
|
|
@apply bg-slate-50 text-slate-600 antialiased;
|
|
}
|