emotion-box-sizing-reset
TypeScript icon, indicating that this package has built-in type declarations

0.4.0 • Public • Published

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)

Dependencies (0)

    Dev Dependencies (10)

    Package Sidebar

    Install

    npm i emotion-box-sizing-reset

    Weekly Downloads

    1

    Version

    0.4.0

    License

    UNLICENSED

    Unpacked Size

    4.49 kB

    Total Files

    6

    Last publish

    Collaborators

    • leny