7 lines
139 B
CSS
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;
|
|
}
|
|
} |