my-website/resources/css/app.css

7 lines
91 B
CSS

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