Sha256: ebb394489a17de713701c4cbd51b7840e4c2da9dae677745136b4e43a7291982
Contents?: true
Size: 463 Bytes
Versions: 235
Compression:
Stored size: 463 Bytes
Contents
// // Responsive: Tablet to desktop // -------------------------------------------------- @media (min-width: 768px) and (max-width: 979px) { // Fixed grid #grid > .core(@gridColumnWidth768, @gridGutterWidth768); // Fluid grid #grid > .fluid(@fluidGridColumnWidth768, @fluidGridGutterWidth768); // Input grid #grid > .input(@gridColumnWidth768, @gridGutterWidth768); // No need to reset .thumbnails here since it's the same @gridGutterWidth }
Version data entries
235 entries across 163 versions & 16 rubygems