Sha256: 1daf68c010396e87195b09dedc8826169a157fbad41989a5f63c8695f7dff8c4
Contents?: true
Size: 658 Bytes
Versions: 12
Compression:
Stored size: 658 Bytes
Contents
// // Placeholder media queries for responsive design. Modify as design requires. // These follow after, and will override, the primary ('mobile first') styles // The closing /mediaquery comment is required by respond.js min/max-width Media Query polyfill // @media only screen and (min-width: 480px) { // Style adjustments for viewports 480px and over go here }/*/mediaquery*/ @media only screen and (min-width: 768px) { // Style adjustments for viewports 768px and over go here }/*/mediaquery*/ // Print styles // Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/ @media print { @include media-print; }
Version data entries
12 entries across 12 versions & 4 rubygems