0.2.0 • Published 5 years ago

emotion-meyer-reset v0.2.0

Weekly downloads
15
License
UNLICENSED
Repository
github
Last release
5 years ago

emotion-meyer-reset

Eric Meyer's reset for Emotion CSS-in-JS library.

Usage

npm install --save emotion-meyer-reset

Javascript

	import {Global,css} from "@emotion/core";
	import reset from "emotion-meyer-reset";

	// …

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

License

UNLICENSED (public domain)