1.0.0 • Published 7 years ago

js-common-styles v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

js-common-styles

Common js styles to be used with a css-in-js library like Glamor.

Install

npm install --save js-common-styles

How to use with Glamor:

import {p20, bold} from 'js-common-styles';

const textComponent = () => <span css={[p20, bold]}>Example Text</span>

Available Styles:

bold
medium
light
center
top
middle
bottom
p1 -> p72 (Font Sizes)