Sha256: 8d80c3d07e47a3dcff50ead06be56c300097d7ce7ad7277e7b22bd083389a79b
Contents?: true
Size: 242 Bytes
Versions: 72
Compression:
Stored size: 242 Bytes
Contents
//media breakpoints which I can use in the neat media mixin $large-screen: new-breakpoint(max-width 1280px); $medium-screen: new-breakpoint(max-width 980px); $tablet: new-breakpoint(max-width 768px); $mobile: new-breakpoint(max-width 480px);
Version data entries
72 entries across 72 versions & 1 rubygems