redvault-ai/llama_forge_rs/style/main.scss
2025-02-11 23:17:20 +01:00

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;
}
}