Documentation
@import "box.css";
@tailwind components;

@layer components {
    .button_sunset {
      @apply
       box_gradient_sunset
       transition
       scale-100
       focus:opacity-70
       hover:transition
       hover:scale-110
       px-4
       py-2
       mt-4
       rounded-full
       font-bold;
    }
}