An open API service indexing awesome lists of open source software.

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.

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)