Sha256: f5ad94edec9d444ba40ae3e8e0c2b2f8c130eee43cd50327737c57320acc491d
Contents?: true
Size: 766 Bytes
Versions: 8
Compression:
Stored size: 766 Bytes
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. /// @type Number $grid-column-gutter: 30px !default; /// The highest number of `.x-up` classes available when using the block grid CSS. /// @type Number $block-grid-max: 6 !default; @import 'row'; @import 'column'; @import 'size'; @import 'position'; @import 'gutter'; @import 'classes'; @import 'layout'; @import 'flex-grid';
Version data entries
8 entries across 8 versions & 1 rubygems