8 lines
134 B
CSS
8 lines
134 B
CSS
@import 'tailwindcss';
|
|
|
|
@layer base {
|
|
button:not(:disabled),
|
|
[role='button']:not(:disabled) {
|
|
cursor: pointer;
|
|
}
|
|
} |