fanzha / src /index.css
luoleyuan's picture
Initial commit
82d14ef
raw
history blame contribute delete
126 Bytes
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
body {
@apply bg-gray-50 text-gray-900;
}
}