sircus-elements-heading
v0.2.0
Published
CSS module for base styling of HTML heading elements.
Downloads
2
Readme
sircus-elements-heading
Dependencies
Installation
npm:
$ npm install sircus-elements-heading sircus-global-property
Usage
cssnext:
input.css
@import "sircus-elements-heading";
@import "sircus-global-property";
sass:
input.scss
@import "./node_modules/sircus-global-property/converted";
@import "./node_modules/sircus-elements-heading/converted";
html
<h1>Typography</h1>
<h2>Typography</h2>
<h3>Typography</h3>
<h4>Typography</h4>
<h5>Typography</h5>
<h6>Typography</h6>
<p class="H1">Typography</p>
<p class="H2">Typography</p>
<p class="H3">Typography</p>
<p class="H4">Typography</p>
<p class="H5">Typography</p>
<p class="H6">Typography</p>
Contributing
We Need Your Help!
License
Released under the MIT license.