redvault-ai/llama_forge_rs/style/main.scss

8 lines
142 B
SCSS
Raw Normal View History

2025-02-11 23:17:20 +01:00
@use 'tailwind';
@layer components {
.btn-example {
@apply bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded;
}
}