Nanoreset for Emotion
npm install emotion-nanoreset- emotion-nanoreset
- Table of Contents
- Install
- Usage
- Similar
- Contribute
- License
This project uses node and npm.
``sh`
$ npm install emotion-nanoreset
$ # OR
$ yarn add emotion-nanoreset
`jsx
import * as React from 'react'
import Nanoreset from 'emotion-nanoreset'
const App = () => (
<>
export default App
`
Also see styled-normalize
from Sergey Sova.
1. Fork it and create your feature branch: git checkout -b my-new-featuregit commit -am "Add some feature"
2. Commit your changes: git push origin my-new-feature`
3. Push to the branch:
4. Submit a pull request
MIT