emotion-nanoreset
v1.0.0
Published
Nanoreset for Emotion
Downloads
9
Maintainers
Readme
emotion-nanoreset
Table of Contents
Install
This project uses node and npm.
$ npm install emotion-nanoreset
$ # OR
$ yarn add emotion-nanoreset
Usage
import * as React from 'react'
import Nanoreset from 'emotion-nanoreset'
const App = () => (
<>
<Nanoreset />
<div>Hi, I'm the app!</div>
</>
}
export default App
Similar
Also see styled-normalize from Sergey Sova.
Contribute
- 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
License
MIT