jira-ai-fixer/portal/src/index.css

8 lines
104 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
body {
@apply bg-gray-50 text-gray-900;
}