JANE/src/style.css
2025-03-15 22:51:47 +01:00

7 lines
139 B
CSS

@import "tailwindcss";
@layer components {
.button {
@apply bg-green-500 text-gray-700 font-bold px-4 py-2 rounded cursor-pointer;
}
}