Skip to content

candourpro/normalize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Dead-simple CSS normalize approach

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published