0.4.0 • Published 2 years ago

emotion-box-sizing-reset v0.4.0

Weekly downloads
24
License
UNLICENSED
Repository
github
Last release
2 years ago

emotion-box-sizing-reset

box-sizing reset for Emotion CSS-in-JS library.

Usage

npm install --save emotion-box-sizing-reset

Javascript

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

	// …

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

License

UNLICENSED (public domain)

0.4.0

2 years ago

0.3.0

2 years ago

0.3.1

2 years ago

0.2.0

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.1

5 years ago