aleut-headings

Base heading rules for the aleutcss framework (based on Harry Roberts inuitcss framework)

Usage no npm install needed!

<script type="module">
  import aleutHeadings from 'https://cdn.skypack.dev/aleut-headings';
</script>

README

Headings

The aleutcss headings module defines font sizes for base-level heading elements from h1 through to h6.

The sizes for this package can be specified by modyfying these variables:

$heading-size-1:  36px;
$heading-size-2:  30px;
$heading-size-3:  24px;
$heading-size-4:  20px;
$heading-size-5:  16px;
$heading-size-6:  14px;

Install using npm:

    $ npm install --save-dev aleut-headings