@tailwind base;
@tailwind components;
@tailwind utilities;

@layer components {
  abbr[title="required"] {
    text-decoration: none;
  }

  label.required::after {
    content: "*";
    @apply text-red-500 ml-1;
  }
}
