Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/leny/emotion-box-sizing-reset
- Owner: leny
- License: unlicense
- Created: 2019-02-28T17:57:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-05T12:12:32.000Z (about 2 years ago)
- Last Synced: 2024-10-02T09:46:01.845Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 746 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)