Fork me on GitHub

_trumps.helper.responsive-float.scss

Source code

View source

Package Name

inuit-responsive-float

Version

0.2.0

Responsive floats

        <div>
            <div class="u-float-left-palm">
                 Float Right
            </div>
            <div class="u-float-none-lap">
                Float none
            </div>
            <div class="u-float-right-desk">
                Float Left
            </div>
        </div>