Sha256: 94849ec6832e96a38f30863ebd11130a0a309d9a16190934d232fba39a56d7e5
Contents?: true
Size: 363 Bytes
Versions: 6
Compression:
Stored size: 363 Bytes
Contents
// ******************************************************************* // Breakpoints // Customizing the default breakpoints for your project. // @media screen and (min-width: $breakpoint-md) { } // ******************************************************************* $breakpoint-sm: 640px; $breakpoint-md: 768px; $breakpoint-lg: 1024px; $breakpoint-xl: 1280px;
Version data entries
6 entries across 6 versions & 1 rubygems