This project uses node and npm.
$ npm install emotion-nanoreset
$ # OR
$ yarn add emotion-nanoreset
import * as React from 'react'
import Nanoreset from 'emotion-nanoreset'
const App = () => (
<>
<Nanoreset />
<div>Hi, I'm the app!</div>
</>
}
export default App
Also see styled-normalize from Sergey Sova.
- Fork it and create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am "Add some feature"
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
MIT