Sha256: 4c79b5fdabb9bfa79cd3c43213afbf9d12e281be367c5f294eab84edfbaa81b9

Contents?: true

Size: 1.56 KB

Versions: 36

Compression:

Stored size: 1.56 KB

Contents

@charset "UTF-8";

/// Sets the relative width of a single grid column. The unit used should be the same one used to define `$gutter`. Set with a `!global` flag.
///
/// @type Number (Unit)

$column: 4.2358em !default;

/// Sets the relative width of a single grid gutter. The unit used should be the same one used to define `$column`. Set with the `!global` flag.
///
/// @type Number (Unit)

$gutter: 1.618em !default;

/// Sets the total number of columns in the grid. Its value can be overridden inside a media query using the `media()` mixin. Set with the `!global` flag.
///
/// @type Number (Unitless)

$grid-columns: 12 !default;

/// Sets the max-width property of the element that includes `outer-container()`. Set with the `!global` flag.
///
/// @type Number (Unit)
///
$max-width: 1200px !default;

/// When set to true, it sets the box-sizing property of all elements to `border-box`. Set with a `!global` flag.
///
/// @type Bool
///
/// @example css - CSS Output
///   html {
///     box-sizing: border-box; }
///
///   *, *::after, *::before {
///     box-sizing: inherit;
///   }

$border-box-sizing: true !default;

/// Sets the default [media feature](http://www.w3.org/TR/css3-mediaqueries/#media) that `media()` and `new-breakpoint()` revert to when only a breakpoint value is passed. Set with a `!global` flag.
///
/// @type String

$default-feature: min-width; // Default @media feature for the breakpoint() mixin

///Sets the default layout direction of the grid. Can be `LTR` or `RTL`. Set with a `!global` flag.
///
///@type String

$default-layout-direction: LTR !default;

Version data entries

36 entries across 30 versions & 9 rubygems

Version Path
federalist-basic-report-theme-0.1.7 _sass/uswds/lib/settings/_grid.scss
uswds-jekyll-4.2.0 _sass/uswds/lib/settings/_grid.scss
neat-1.9.1 app/assets/stylesheets/settings/_grid.scss
jekyll-theme-uswds-0.1.0 _sass/uswds/lib/settings/_grid.scss
federalist-basic-report-theme-0.1.5 _sass/uswds/lib/settings/_grid.scss
federalist-basic-report-theme-0.1.4 _sass/uswds/lib/settings/_grid.scss
federalist-basic-report-theme-0.1.3 _sass/uswds/lib/settings/_grid.scss
uswds-jekyll-4.1.0 _sass/uswds/lib/settings/_grid.scss
uswds-jekyll-4.0.0 _sass/uswds/lib/settings/_grid.scss
uswds-jekyll-3.0.0 _sass/uswds/lib/settings/_grid.scss
uswds-jekyll-2.2.1 assets/uswds/scss/lib/settings/_grid.scss
uswds-jekyll-2.2.1 _sass/uswds/lib/settings/_grid.scss
uswds-jekyll-2.2.0 assets/uswds/scss/lib/settings/_grid.scss
uswds-jekyll-2.2.0 _sass/uswds/lib/settings/_grid.scss
uswds-jekyll-2.1.0 _sass/uswds/lib/settings/_grid.scss
uswds-jekyll-2.1.0 assets/uswds/scss/lib/settings/_grid.scss
uswds-jekyll-2.0.1 _sass/uswds/lib/settings/_grid.scss
uswds-jekyll-2.0.1 assets/uswds/scss/lib/settings/_grid.scss
uswds-jekyll-2.0.0 assets/uswds/scss/lib/settings/_grid.scss
uswds-jekyll-2.0.0 _sass/uswds/lib/settings/_grid.scss