emotion-normalize
TypeScript icon, indicating that this package has built-in type declarations

11.0.1 • Public • Published

emotion-normalize

Normalize file for Emotion CSS-in-JS library.

The original normalize.css is pulled from necolas/normalize.css, and parsed into emotion ready format.

Usage

npm install --save emotion-normalize

JavaScript

import { Global, css } from "@emotion/core";
import emotionNormalize from 'emotion-normalize';

// ...

<Global
  styles={css`
    ${emotionNormalize}
    html,
    body {
      padding: 0;
      margin: 0;
      background: white;
      min-height: 100%;
      font-family: Helvetica, Arial, sans-serif;
    }
  `}
/>

License

The MIT License

Credits

emotion-normalize is maintained and sponsored by Infinum.

Package Sidebar

Install

npm i emotion-normalize

Weekly Downloads

19,760

Version

11.0.1

License

MIT

Unpacked Size

8.54 kB

Total Files

7

Last publish

Collaborators

  • jjanus
  • infinumcom
  • danipavic
  • safo6m
  • fvoska
  • darkokukovec
  • infinumco
  • ivicabatinic
  • dingo-d