Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/leny/emotion-box-sizing-reset

box-sizing reset for Emotion CSS-in-JS library.
https://github.com/leny/emotion-box-sizing-reset

Last synced: 7 days ago
JSON representation

box-sizing reset for Emotion CSS-in-JS library.

Awesome Lists containing this project

README

        

# emotion-box-sizing-reset

[box-sizing reset](https://www.paulirish.com/2012/box-sizing-border-box-ftw/) for [Emotion](https://emotion.sh/) CSS-in-JS library.

## Usage

npm install --save emotion-box-sizing-reset

### Javascript

```javascript
import {Global,css} from "@emotion/core";
import reset from "emotion-box-sizing-reset";

// …


```

## License

[UNLICENSED (public domain)](./LICENSE)