10 lines
181 B
CSS
10 lines
181 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@layer components {
|
|
.btn-primary {
|
|
@apply py-1.5 px-3 text-center bg-blue-700 rounded-md text-white;
|
|
}
|
|
}
|