Sha256: 3850c4e3d6acd7c216c5b11f18d5f66a5ce408b46455fadb212789cecfb9651c
Contents?: true
Size: 670 Bytes
Versions: 3
Compression:
Stored size: 670 Bytes
Contents
$grid-columns: 12 !default; $grid-gutter-width: 40px !default; // Breakpoint // Based on https://material.google.com/layout/responsive-ui.html#responsive-ui-breakpoints $grid-breakpoints: ( xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px ) !default; @include _assert-ascending($grid-breakpoints, '$grid-breakpoints'); @include _assert-starts-at-zero($grid-breakpoints); // Container width // Based on https://material.google.com/layout/responsive-ui.html#responsive-ui-breakpoints $container-max-widths: ( sm: 540px, md: 720px, lg: 960px, xl: 1140px ) !default; @include _assert-ascending($container-max-widths, '$container-max-widths');
Version data entries
3 entries across 3 versions & 1 rubygems