Sha256: 37d5ea9786810d0e5354d0192a183cc7cc87ac152d01e8b39c43704eebcc8f57

Contents?: true

Size: 1.35 KB

Versions: 26

Compression:

Stored size: 1.35 KB

Contents

// Foundation for Sites by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source

////
/// @group xy-grid
////

/// Enables the XY grid.
/// @type Boolean
$xy-grid: true !default;

/// The maximum width of a grid container.
/// @type Number
$grid-container: $global-width !default;

/// The number of columns used in the grid.
/// @type Number
$grid-columns: 12 !default;

/// The amount of margin between cells at different screen sizes when using the margin grid. To use just one size, set the variable to a number instead of a map.
/// @type Map | Length
$grid-margin-gutters: (
  small: 20px,
  medium: 30px
) !default;

/// The amount of padding in cells at different screen sizes when using the padding grid. To use just one size, set the variable to a number instead of a map.
/// @type Map | Length
$grid-padding-gutters: $grid-margin-gutters !default;

/// The amount of padding to use when padding the grid-container.
/// @type Map | Length
$grid-container-padding: $grid-padding-gutters !default;

/// The maximum width to apply to a grid container
/// @type Number
$grid-container-max: $global-width !default;

/// The maximum number of cells in an XY block grid.
/// @type Number
$xy-block-grid-max: 8 !default;

@import 'gutters';
@import 'grid';
@import 'cell';
@import 'frame';
@import 'position';
@import 'layout';
@import 'collapse';
@import 'classes';

Version data entries

26 entries across 26 versions & 4 rubygems

Version Path
bedrock_sass-0.2.2 assets/_vendor/foundation/scss/xy-grid/_xy-grid.scss
foundation-rails-6.6.1.0 vendor/assets/scss/xy-grid/_xy-grid.scss
foundation-rails-6.5.3.0 vendor/assets/scss/xy-grid/_xy-grid.scss
bedrock_sass-0.2.1 assets/_vendor/foundation/scss/xy-grid/_xy-grid.scss
foundation-rails-6.5.1.0 vendor/assets/scss/xy-grid/_xy-grid.scss
locomotivecms_wagon-2.4.1 generators/foundation/public/stylesheets/foundation6/xy-grid/_xy-grid.scss
bedrock_sass-0.2.0 assets/_vendor/foundation/scss/xy-grid/_xy-grid.scss
locomotivecms_wagon-2.4.0 generators/foundation/public/stylesheets/foundation6/xy-grid/_xy-grid.scss
foundation-rails-6.4.3.0 vendor/assets/scss/xy-grid/_xy-grid.scss
bedrock_sass-0.1.9 assets/_vendor/foundation/scss/xy-grid/_xy-grid.scss
bedrock_sass-0.1.8 assets/_vendor/foundation/scss/xy-grid/_xy-grid.scss
bedrock_sass-0.1.7 assets/_vendor/foundation/scss/xy-grid/_xy-grid.scss
bedrock_sass-0.1.6 assets/_vendor/foundation/scss/xy-grid/_xy-grid.scss
bedrock_sass-0.1.5 assets/_vendor/foundation/scss/xy-grid/_xy-grid.scss
bedrock_sass-0.1.4 assets/_vendor/foundation/scss/xy-grid/_xy-grid.scss
bedrock_sass-0.1.3 assets/_vendor/foundation/scss/xy-grid/_xy-grid.scss
bedrock_sass-0.1.2 assets/_vendor/foundation/scss/xy-grid/_xy-grid.scss
jekyll-theme-foundation-0.3.6 _sass/scss/xy-grid/_xy-grid.scss
jekyll-theme-foundation-0.3.5 _sass/scss/xy-grid/_xy-grid.scss
jekyll-theme-foundation-0.2.5 _sass/scss/xy-grid/_xy-grid.scss