Utilities for suppressing native form control styling.
Use appearance-none to reset any browser specific styling on an element:
This utility is often used when creating custom form components.
Use appearance-auto to restore the default browser specific styling on an element:
This is useful for reverting to the standard browser controls in certain accessibility modes.