emotion-modern-normalize
v1.0.0
Published
Normalize browsers' default style for emotion/react
Downloads
1,492
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-normalize
import { ModernNormalize } from "emotion-modern-normalize";
import { css } from "@emotion/react";
// ...
<ModernNormalize />;
License
The MIT License