@codedrop/typography
v0.1.17
Published
typography component
Readme
@codedrop/typography
typography styles.
Installation
npm install @codedrop/typography --save-devHow to use
CSS
- PostCSS workflow:
@import '@codedrop/typography'; - Native CSS:
@import url('dist/typography.css'); - Link tag:
<link href="dist/typography.css" rel="stylesheet" type="text/css">
Developer notes
To use with default values:
@import '@codedrop/typography';To override variables in a project:
@import '@codedrop/constants';
@import 'path/to/local/project/vars.css';
@import '@codedrop/typography/src/_typography.css';
.typography {
/* Overrides */
}