https://github.com/cssinjs/reset-jss
Port of Meyer's CSS reset for JSS
https://github.com/cssinjs/reset-jss
Last synced: 10 months ago
JSON representation
Port of Meyer's CSS reset for JSS
- Host: GitHub
- URL: https://github.com/cssinjs/reset-jss
- Owner: cssinjs
- License: mit
- Created: 2017-08-07T19:11:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-25T14:27:06.000Z (almost 8 years ago)
- Last Synced: 2025-06-06T23:09:01.612Z (11 months ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## reset-jss
[JSS](https://github.com/cssinjs/jss) port of [reset.css](http://meyerweb.com/eric/tools/css/reset/).
#### Usage
```js
import jss from 'jss'
import reset from 'reset-jss'
jss.createStyleSheet(reset).attach()
```
#### You must know
Required JSS plugins for correct working:
1. [jss-camel-case](https://github.com/cssinjs/jss-camel-case)
1. [jss-global](https://github.com/cssinjs/jss-global)
Anyway, you can use a [preset](https://github.com/cssinjs/jss-preset-default) for a quick setup with default plugins.
### Issues
File a bug against [cssinjs/jss prefixed with \[reset-jss\]](https://github.com/cssinjs/jss/issues/new?title=[reset-jss]%20).
### License
MIT