emotion-modern-normalize
v1.0.0
Published
Normalize browsers' default style for emotion/react
Maintainers
Readme
emotion-modern-normalize
Normalize browsers' default style for Emotion CSS-in-JS library.
The original modern-normalize is pulled from sindresorhus/modern-normalize, and parsed into emotion ready format.
Usage
yarn add emotion-modern-normalizeimport { ModernNormalize } from "emotion-modern-normalize";
import { css } from "@emotion/react";
// ...
<ModernNormalize />;License
The MIT License
