https://github.com/leny/emotion-meyer-reset
Eric Meyer's reset for Emotion CSS-in-JS library.
https://github.com/leny/emotion-meyer-reset
Last synced: 7 months ago
JSON representation
Eric Meyer's reset for Emotion CSS-in-JS library.
- Host: GitHub
- URL: https://github.com/leny/emotion-meyer-reset
- Owner: leny
- License: unlicense
- Created: 2019-02-28T17:24:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-02T04:26:23.000Z (almost 5 years ago)
- Last Synced: 2025-01-29T19:04:02.648Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 2.46 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# emotion-meyer-reset
[Eric Meyer's reset](https://meyerweb.com/eric/tools/css/reset/) for [Emotion](https://emotion.sh/) CSS-in-JS library.
## Usage
npm install --save emotion-meyer-reset
### Javascript
```javascript
import {Global,css} from "@emotion/core";
import reset from "emotion-meyer-reset";
// …
```
## License
[UNLICENSED (public domain)](./LICENSE)