Sha256: b830806c6ae4310e9564afe53751da2475f1373ace96b41b1fa5edec74aa407e
Contents?: true
Size: 369 Bytes
Versions: 184
Compression:
Stored size: 369 Bytes
Contents
@mixin responsive-bottom-margin { margin-bottom: $gutter-half; @include media(tablet) { margin-bottom: $gutter * 1.5; } } @mixin responsive-top-margin { margin-top: $gutter-half; @include media(tablet) { margin-top: $gutter * 1.5; } } @mixin responsive-vertical-margins { @include responsive-bottom-margin; @include responsive-top-margin; }
Version data entries
184 entries across 184 versions & 1 rubygems