Dear web designers and developers who write CSS,

Is there anything you wish you could do to style a `<button>` or `<input type=button>` that you cannot easily do today in CSS???

@jensimmons sort of circuitous, but, a better way to reset/unstyle all elements at once without boilerplate
@jkuss I don't think I understand what you mean.
@jensimmons clearing all default styling/behavior to start from scratch. No margins on body, plain text for buttons, etc.
@jkuss @jensimmons virtually every web project I have seen in 18 years has used a reset stylesheet, but I don’t think of it as a pain point anymore- just one more thing you do at the start of the work.