7 lines
142 B
SCSS
7 lines
142 B
SCSS
@use 'tailwind';
|
|
|
|
@layer components {
|
|
.btn-example {
|
|
@apply bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded;
|
|
}
|
|
}
|