JANE/src/style.css

7 lines
139 B
CSS
Raw Normal View History

2025-03-15 22:51:47 +01:00
@import "tailwindcss";
@layer components {
.button {
@apply bg-green-500 text-gray-700 font-bold px-4 py-2 rounded cursor-pointer;
}
}