You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
145 B

9 months ago
  1. @tailwind base;
  2. @tailwind components;
  3. @tailwind utilities;
  4. /*
  5. @layer components {
  6. .btn-primary {
  7. @apply py-2 px-4 bg-blue-200;
  8. }
  9. }
  10. */