my-website/resources/css/app.css

7 lines
92 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
body {
@apply bg-gray-400;
}