jss-reset-cjs
v1.1.6
Published
JSS stylesheets to reduce browser defaults inconsistencies.
Readme
jss-reset
JSS reset and typography styles, live demo here.
The global export in index.js is generated with yarn build which does:
jss convert src/index.css -f js -e es6 > src/index.jsUsage
Install:
yarn add --dev jss-resetUsage:
import { jss } from 'react-jss';
import { reset, typography } from 'jss-reset';
jss.createStyleSheet(reset).attach();
jss.createStyleSheet(typography).attach(); // optional!