Files
laravel-vuexy-website-layou…/resources/assets/templates/maximus/css/app.css
2025-05-30 02:01:51 -06:00

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