react-normalize
normalize.css as react component
https://swiftcarrot.dev/react-normalize
Installation
yarn add react-normalizenpm install react-normalize --save
Usage
;; const App = { return <Fragment> <Normalize /> children </Fragment> ;};
License
MIT