0.1.17 • Published 2 years ago

@codedrop/typography v0.1.17

Weekly downloads
27
License
MIT
Repository
github
Last release
2 years ago

@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 */
}
0.1.14

2 years ago

0.1.15

2 years ago

0.1.16

2 years ago

0.1.17

2 years ago

0.1.12

5 years ago

0.1.13

5 years ago

0.1.11

5 years ago

0.1.10

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.4

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.3

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago