emotion-nanoreset

1.0.0 • Public • Published

emotion-nanoreset

package version package downloads standard-readme compliant package license make a pull request nitpicky-code-style

Nanoreset + Emotion

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

  1. Fork it and create your feature branch: git checkout -b my-new-feature
  2. Commit your changes: git commit -am "Add some feature"
  3. Push to the branch: git push origin my-new-feature
  4. Submit a pull request

License

MIT

/emotion-nanoreset/

    Package Sidebar

    Install

    npm i emotion-nanoreset

    Weekly Downloads

    2

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    8.13 kB

    Total Files

    6

    Last publish

    Collaborators

    • tiaanduplessis