Sha256: c2535630ea29edf1f71362dd6ff3d0bc1d6fd2e25ab5d224ee5629faff5d43cf

Contents?: true

Size: 1.09 KB

Versions: 5

Compression:

Stored size: 1.09 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-huge:    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

5 entries across 5 versions & 1 rubygems

Version Path
workarea-nvy_theme-1.2.1 app/assets/stylesheets/workarea/storefront/settings/_grid.scss
workarea-nvy_theme-1.2.0 app/assets/stylesheets/workarea/storefront/settings/_grid.scss
workarea-nvy_theme-1.1.4 app/assets/stylesheets/workarea/storefront/settings/_grid.scss
workarea-nvy_theme-1.1.3 app/assets/stylesheets/workarea/storefront/settings/_grid.scss
workarea-nvy_theme-1.1.2 app/assets/stylesheets/workarea/storefront/settings/_grid.scss