0.0.8 • Published 1 year ago

@codedrop/blog-heading v0.0.8

Weekly downloads
2
License
MIT
Repository
github
Last release
1 year ago

@codedrop/blog-heading

npm

Blog Heading

A large heading area displaying blog-heading, title, and byline

Installation

npm install @codedrop/blog-heading --save-dev

How to use

CSS

  • PostCSS workflow: @import '@codedrop/blog-heading';
  • Native CSS: @import url('dist/blog-heading.css');
  • Link tag: <link href="dist/blog-heading.css" rel="stylesheet" type="text/css">

Developer notes

To use with default values:

@import '@codedrop/blog-heading';

To override variables in a project:

@import '@codedrop/constants';

@import 'path/to/local/project/vars.css';

@import '@codedrop/blog-heading/src/_blog-heading.css';

.blog-heading {
  /* Overrides */
}
0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago