1.1.3 • Published 4 years ago

jss-reset v1.1.3

Weekly downloads
194
License
MIT
Repository
github
Last release
4 years ago

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!
1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.3

5 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago