emotion-pure
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

emotion-pure

Pure.css for emotion CSS in JS library. The original Pure.css is pulled from pure-css/pure.

How to use

npm install --save emotion-normalize

CSS in JS

import { Global } from '@emotion/core';
import pureCss from 'emotion-pure';
 
export const GlobalStyles = () => {
  return <Global styles={[pureCss]} />;
};

Package Sidebar

Install

npm i emotion-pure

Weekly Downloads

0

Version

0.0.2

License

BSD

Unpacked Size

70.5 kB

Total Files

7

Last publish

Collaborators

  • natsuhiko