Awesome
style-resets
reset for inline-styles
install
$ npm install --save style-resets
import
import { button, list, input } from "style-resets"
usage
import { button } from "style-resets"
const styles = createStyleSheet({
button: {
...button, // adds reset
background: "#999",
color: "#fff",
},
})