8 lines
97 B
CSS
8 lines
97 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
body {
|
|
background-color:#f3f4f6;
|
|
}
|