Fork me on GitHub

_trumps.headings.scss

Source code

View source

Package Name

inuit-responsive-headings

Version

0.2.0

A generator for responsive headings classes, changing their sizes depending on media-queries

This module provides abstract classes for each heading-size accordig to base.headings

Imagine, you've got a heading somewhere on your page with a h1-size, but it must not be an actual h1 (e.g. for SEO reasons). You can then do the following:

        <h2 class="u-alpha-desk u-beta-lap u-gamma-palm">Lorem Ipsum</h2>