Sha256: bba8c5269142ae413be390887831c78fb1bd3b616d2a6af89dea2d7290d28ef4
Contents?: true
Size: 1.06 KB
Versions: 62
Compression:
Stored size: 1.06 KB
Contents
/*------------------------------------*\ #GRID \*------------------------------------*/ /** * We use the Avalanche CSS grid system to achieve layout. These settings * override the default settings of the library. A list of all configurable * settings can be found here: https://github.com/colourgarden/avalanche */ $av-gutter: $spacing-unit; $av-widths: (2, 3, 4, 5, 6); $av-breakpoint-class-chain: '-at-'; $av-width-class-style: 'percent'; $av-width-class-namespace: 'grid__cell--'; $av-enable-grid-right: true; $av-enable-grid-flush: true; $av-enable-grid-middle: true; $av-enable-grid-auto: true; $av-enable-grid-rev: true; $av-enable-grid-center: true; $av-enable-grid-large: true; $av-enable-grid-bottom: true; /** * The following is required to ensure the grid's breakpoints stay up to date * when changed in the project. */ $av-breakpoints: ( 'medium': "screen and (min-width: #{$medium-breakpoint})", 'wide': "screen and (min-width: #{$wide-breakpoint})", 'x-wide': "screen and (min-width: #{$x-wide-breakpoint})", );
Version data entries
62 entries across 62 versions & 1 rubygems