Sha256: a16639cfd30c0c9e702ea2485b43ab58941f39c6bd66925b24c9f64b1355f67b
Contents?: true
Size: 440 Bytes
Versions: 2
Compression:
Stored size: 440 Bytes
Contents
// // CUSTOM RESOPNSIVE SO WE DONT HAVE TO EXTEND GROUNDWORK // @mixin groundwork-column { float: left; position: relative; } @mixin respond-small-tablet { @include groundwork-column; @if $responsive { @media #{$small-tablet} { width:100% !important; float:none; clear:both; } } } @mixin groundwork-centered { float: none !important; margin-left: auto !important; margin-right: auto !important; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
undercase-0.2.57 | app/assets/stylesheets/undercase/libraries/mixins/_layout.scss |
undercase-0.2.29 | app/assets/stylesheets/undercase/libraries/mixins/_layout.scss |