Sha256: fb0c9a3be78c725c2f32b056c4e43c9aea26c278b687a488fb2ac0c4d9937009
Contents?: true
Size: 289 Bytes
Versions: 65
Compression:
Stored size: 289 Bytes
Contents
// At a 16px base font size this will be 640px (to match govuk) @mixin tablet-breakpoint { @media screen and (max-width: 40rem) { @content; } } // At a 16px base font size this will be 1120px @mixin laptop-breakpoint { @media screen and (max-width: 70rem) { @content; } }
Version data entries
65 entries across 65 versions & 1 rubygems