7 lines
90 B
CSS
7 lines
90 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
body{
|
|
@apply bg-gray-50;
|
|
} |