@codedrop/typography

0.1.17 • Public • Published

@codedrop/typography

npm

typography styles.

Installation

npm install @codedrop/typography --save-dev

How 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 */
}

Readme

Keywords

none

Package Sidebar

Install

npm i @codedrop/typography

Weekly Downloads

1

Version

0.1.17

License

MIT

Unpacked Size

9.88 kB

Total Files

7

Last publish

Collaborators

  • flxa
  • rikki_iki