Sha256: f585b801b7237b919c0921ba4649d06402109f360a824e4673c7a935cc054754
Contents?: true
Size: 547 Bytes
Versions: 5
Compression:
Stored size: 547 Bytes
Contents
@mixin smartphone @media only screen and (min-width: $smartphone) @content @mixin smartphone-max @media only screen and (max-width: $smartphone) @content @mixin tablet @media only screen and (min-width: $tablet) @content @mixin tablet-max @media only screen and (max-width: $tablet) @content @mixin laptop @media only screen and (min-width: $laptop) @content @mixin laptop-max @media only screen and (max-width: $laptop) @content @mixin desktop @media only screen and (min-width: $desktop) @content
Version data entries
5 entries across 5 versions & 1 rubygems