CSS reset for plugin’s front end?

In a plugin your styling should blend with the styling of the theme and not override it, therefor style “reset” is just not something you should do. On the contrary, it is better to have an option in your plugin to emit just HTML with no styling at all as it is hard to style anything in a way which will look good on all themes.