Files
old-zsterminator/app/assets/stylesheets/application.tailwind.css

13 lines
166 B
CSS
Raw Normal View History

2024-08-04 07:06:03 +02:00
@tailwind base;
@tailwind components;
@tailwind utilities;
2025-02-17 19:12:40 +01:00
@import "tailwindcss";
2024-08-04 07:06:03 +02:00
/*
@layer components {
.btn-primary {
@apply py-2 px-4 bg-blue-200;
}
}
2024-09-07 09:10:51 +02:00
*/