1.0.4 • Published 5 years ago

candour-normalize v1.0.4

Weekly downloads
29
License
MIT
Repository
github
Last release
5 years ago

CandourNormalize

This is an extremely minimal normalization library that helps you inject some basic CSS normalization through Radium.

Install

To install candour-normalize:

yarn add candour-normalize
# or
npm install candour-normalize --save

Usage

import React from 'react'
import { render } from 'react-dom'
import CandourNormalize from 'candour-normalize'

render(
  <div>
    <CandourNormalize />

    Your app CSS is now normalized
  </div>,
  document.getElementById('root')
)

What's in it

candour-normalize is really simple. The gist is that it uses Radium to inject some styles over the * CSS. Check out the injected styles here.

Dependencies

Candour

For usage with Candour, check here.

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago