jss-reset

1.1.3 • Public • Published

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.js

Usage

Install:

yarn add --dev jss-reset

Usage:

import { jss } from 'react-jss';
import { reset, typography } from 'jss-reset';

jss.createStyleSheet(reset).attach();
jss.createStyleSheet(typography).attach(); // optional!

Readme

Keywords

none

Package Sidebar

Install

npm i jss-reset

Weekly Downloads

169

Version

1.1.3

License

MIT

Unpacked Size

520 kB

Total Files

20

Last publish

Collaborators

  • damianobarbati