Fork me on GitHub

_trumps.push-responsive.scss

Source code

View source

Package Name

inuit-responsive-push

Version

0.3.0

A series of responsive push helper classes that you can use to push grid elemtents to the right. Classes can take a fraction-like format (e.g. .u-push-2/3) or a spoken-word format (e.g. .u-push-2-of-3). Use these in your markup:

Note: separator for responsive is "@"

                <div class="u-push-7/12@desk u-push-1/1@palm">
            <p>Lorem Ipsum</p>
        </div>