Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mvila/radium-normalize
Normalize.css for Radium
https://github.com/mvila/radium-normalize
Last synced: about 1 month ago
JSON representation
Normalize.css for Radium
- Host: GitHub
- URL: https://github.com/mvila/radium-normalize
- Owner: mvila
- Created: 2016-02-14T04:25:47.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-12T08:51:22.000Z (about 8 years ago)
- Last Synced: 2024-09-21T14:48:20.580Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# radium-normalize
[Normalize.css](http://necolas.github.io/normalize.css/) for [Radium](http://stack.formidable.com/radium/).
## Installation
```
npm install --save radium-normalize
```## Usage
```javascript
import { Style } from 'radium'
import normalize from 'radium-normalize';// Put this in your root React component:
```
## License
MIT