Why is this not the normal Tailwind CSS 4 stylesheet entry?
CSS
@tailwind base;
@tailwind components;
@tailwind utilities;
.card {
@apply rounded-lg p-4;
}
@tailwind base;
@tailwind components;
@tailwind utilities;
.card {
@apply rounded-lg p-4;
}