my-website/resources/css/app.css

7 lines
105 B
CSS
Raw Normal View History

2024-02-18 15:16:41 +02:00
@tailwind base;
@tailwind components;
@tailwind utilities;
body{
@apply text-cyan-50 bg-slate-400;
}