emotion-meyer-reset

0.2.0 • Public • Published

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)

Readme

Keywords

Package Sidebar

Install

npm i emotion-meyer-reset

Weekly Downloads

1

Version

0.2.0

License

UNLICENSED

Unpacked Size

7.46 kB

Total Files

5

Last publish

Collaborators

  • leny