Sha256: cb1842d4c0c1a3bd568a74df5713bf6d8c769f7f43e6e9ecd1d60cd547a11ccd

Contents?: true

Size: 1.31 KB

Versions: 32

Compression:

Stored size: 1.31 KB

Contents

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

////
/// @group grid
////

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

/// The default column count of a grid. Changing this value affects the logic of the grid mixins, and the number of CSS classes output.
/// @type Number
$grid-column-count: 12 !default;

/// The amount of space between columns at different screen sizes. To use just one size, set the variable to a number instead of a map.
/// @type Map | Length
/// @since 6.1.0
$grid-column-gutter: (
  small: 20px,
  medium: 30px,
) !default;

/// If `true`, the last column in a row will align to the opposite edge of the row.
/// @type Boolean
$grid-column-align-edge: true !default;

/// Selector used for an alias of column (with @extend). If `false`, no alias is created.
/// @type String
$grid-column-alias: 'columns' !default;

/// The highest number of `.x-up` classes available when using the block grid CSS.
/// @type Number
$block-grid-max: 8 !default;

// Internal value to store the end column float direction
$-zf-end-float: if($grid-column-align-edge, $global-right, $global-left);

@import 'row';
@import 'column';
@import 'size';
@import 'position';
@import 'gutter';
@import 'classes';
@import 'layout';

@import 'flex-grid';

Version data entries

32 entries across 32 versions & 6 rubygems

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