1.0.0 • Published 6 years ago
emotion-nanoreset v1.0.0
emotion-nanoreset
Table of Contents
Install
This project uses node and npm.
$ npm install emotion-nanoreset
$ # OR
$ yarn add emotion-nanoresetUsage
import * as React from 'react'
import Nanoreset from 'emotion-nanoreset'
const App = () => (
<>
<Nanoreset />
<div>Hi, I'm the app!</div>
</>
}
export default AppSimilar
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
1.0.0
6 years ago