@dpe/header
header component.
Installation
npm install @dpe/header --save-dev
How to use
CSS
- PostCSS workflow:
@import '@dpe/header';
- Sass/Eyeglass:
@import 'dpe-header';
- Native CSS:
@import url('dist/header.css');
- Link tag:
<link href="dist/header.css" rel="stylesheet" type="text/css">
Developer notes
Add developer notes.
Release notes
0.0.0
- Add release notes.