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

Version Path
workarea-storefront-3.5.27 app/assets/stylesheets/workarea/storefront/settings/_grid.scss
workarea-storefront-3.5.26 app/assets/stylesheets/workarea/storefront/settings/_grid.scss
workarea-storefront-3.4.45 app/assets/stylesheets/workarea/storefront/settings/_grid.scss
workarea-storefront-3.5.25 app/assets/stylesheets/workarea/storefront/settings/_grid.scss
workarea-storefront-3.5.23 app/assets/stylesheets/workarea/storefront/settings/_grid.scss
workarea-storefront-3.4.44 app/assets/stylesheets/workarea/storefront/settings/_grid.scss
workarea-storefront-3.5.22 app/assets/stylesheets/workarea/storefront/settings/_grid.scss
workarea-storefront-3.4.43 app/assets/stylesheets/workarea/storefront/settings/_grid.scss
workarea-storefront-3.5.21 app/assets/stylesheets/workarea/storefront/settings/_grid.scss
workarea-storefront-3.4.42 app/assets/stylesheets/workarea/storefront/settings/_grid.scss
workarea-storefront-3.5.20 app/assets/stylesheets/workarea/storefront/settings/_grid.scss
workarea-storefront-3.4.41 app/assets/stylesheets/workarea/storefront/settings/_grid.scss
workarea-storefront-3.5.19 app/assets/stylesheets/workarea/storefront/settings/_grid.scss
workarea-storefront-3.4.40 app/assets/stylesheets/workarea/storefront/settings/_grid.scss
workarea-storefront-3.5.18 app/assets/stylesheets/workarea/storefront/settings/_grid.scss
workarea-storefront-3.4.39 app/assets/stylesheets/workarea/storefront/settings/_grid.scss
workarea-storefront-3.5.17 app/assets/stylesheets/workarea/storefront/settings/_grid.scss
workarea-storefront-3.4.38 app/assets/stylesheets/workarea/storefront/settings/_grid.scss
workarea-storefront-3.5.16 app/assets/stylesheets/workarea/storefront/settings/_grid.scss
workarea-storefront-3.4.37 app/assets/stylesheets/workarea/storefront/settings/_grid.scss