Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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