emotion-pure

Pure.css for emotion CSS in JS library


Keywords
emotion, normalize, css, styles, react, css-in-js, pure, purecss, normalize-css
License
BSD-3-Clause
Install
npm install emotion-pure@0.0.2

Documentation

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]} />;
};