https://github.com/cssinjs/normalize-jss
JSS port of normalize.css
https://github.com/cssinjs/normalize-jss
Last synced: 10 months ago
JSON representation
JSS port of normalize.css
- Host: GitHub
- URL: https://github.com/cssinjs/normalize-jss
- Owner: cssinjs
- License: mit
- Created: 2016-12-05T22:30:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-19T13:26:15.000Z (over 7 years ago)
- Last Synced: 2025-06-06T23:09:01.839Z (11 months ago)
- Language: JavaScript
- Size: 23.4 KB
- Stars: 15
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## normalize-jss
[JSS](https://github.com/cssinjs/jss) port of [normalize.css](https://github.com/necolas/normalize.css).
#### Usage
```````````````````js
import jss from 'jss'
import normalize from 'normalize-jss'
jss.createStyleSheet(normalize).attach()
```````````````````
#### You must know
Required jss plugins for correct working:
1. [jss-vendor-preifxer](https://github.com/cssinjs/jss-vendor-prefixer)
2. [jss-camel-case](https://github.com/cssinjs/jss-camel-case)
3. [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 \[normalize-jss\]](https://github.com/cssinjs/jss/issues/new?title=[normalize-jss]%20).
### License
MIT