https://github.com/sayegh7/emotion-reset
Reset file for Emotion CSS-in-JS library.
https://github.com/sayegh7/emotion-reset
css emotion emotion-reset reset
Last synced: about 1 year ago
JSON representation
Reset file for Emotion CSS-in-JS library.
- Host: GitHub
- URL: https://github.com/sayegh7/emotion-reset
- Owner: Sayegh7
- License: mit
- Created: 2018-11-01T16:15:59.000Z (over 7 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-07T14:39:00.000Z (over 3 years ago)
- Last Synced: 2025-05-07T23:07:26.586Z (about 1 year ago)
- Topics: css, emotion, emotion-reset, reset
- Language: JavaScript
- Homepage:
- Size: 1.7 MB
- Stars: 13
- Watchers: 1
- Forks: 6
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# emotion-reset
[](https://badge.fury.io/js/emotion-reset)


Reset file for [Emotion](https://github.com/emotion-js/emotion) CSS-in-JS library.
The original `reset.css` is pulled from [kossnocorp/reset.css](https://github.com/kossnocorp/reset.css), and parsed into emotion ready format.
## Version Compatibility
This table indicates the latest versions of `emotion-reset` supporting each emotion version.
| emotion-reset | emotion | @emotion/core | @emotion/react |
|--------------:|--------------:|---------------:|---------------:|
|[1.0.4](https://github.com/Sayegh7/emotion-reset/blob/e228261a0bd7a3d7d06bfdf6457576b647ad2e6f/README.md) | <10 | -- | -- |
|[2.0.7](https://github.com/Sayegh7/emotion-reset/blob/4f426b5e4f11db9853cd0fb2a49574e4003b8c1e/README.md) | -- | >=10 | -- |
|[>=3.0.0](https://github.com/Sayegh7/emotion-reset/blob/dev/README.md) | -- | -- | >=11 |
## Usage
```sh
npm install --save emotion-reset
```
### JavaScript
```js
import emotionReset from 'emotion-reset';
import { Global, css } from '@emotion/react';
render(
);
```
## License
The [MIT License](LICENSE)
## Credits
This package is heavily inspired/stolen from [emotion-normalize](https://www.npmjs.com/package/emotion-normalize).