main.scss
,
line 4
Absolulety positions an element.
Name | Description | Default Value |
---|---|---|
$top | Top value | null |
$right | Right value | null |
$bottom | Bottom value | null |
$left | Left value | null |
global-scss/helpers/mixins/_absolute.scss
,
line 3
Mixins for use with breakpoint slicer.
See src/global-scss/_settings.scss
for breakpoint definitions.
global-scss/helpers/mixins/_breakpoint-slicer.scss
,
line 3
Wraps the content block provided with a media query with min-width equal to the right edge of a slice.
Name | Description | Default Value |
---|---|---|
$slice | A number of a slice. Should be a positive integer. | null |
global-scss/helpers/mixins/_breakpoint-slicer.scss
,
line 49
Wraps the content block provided with a media query with min-width and max-width equal to the edges of a slice.
Name | Description | Default Value |
---|---|---|
$slice | A number of a slice. Should be a positive integer. | null |
global-scss/helpers/mixins/_breakpoint-slicer.scss
,
line 13
Wraps the content block provided with a media query with min-width equal to the left edge of the left slice and max-width equal to the right edge of the right slice.
Name | Description | Default Value |
---|---|---|
$slice-left | A number of the left slice. Should be a positive integer. | null |
$slice-right | A number of the right slice. Should be a positive integer. | null |
global-scss/helpers/mixins/_breakpoint-slicer.scss
,
line 121
Wraps the content block provided with a media query with max-width equal to the right edge of a slice.
Name | Description | Default Value |
---|---|---|
$slice | A number of a slice. Should be a positive integer. | null |
global-scss/helpers/mixins/_breakpoint-slicer.scss
,
line 85
global-scss/helpers/mixins/_clearfix.scss
,
line 1
Applies a consistent margin-bottom to elements.
global-scss/helpers/mixins/_component-margin.scss
,
line 1
Applies a max-width to constrain content size.
Name | Description | Default Value |
---|---|---|
$width | Max-width of container | 1400px |
global-scss/helpers/mixins/_content-constraint.scss
,
line 1
global-scss/helpers/mixins/_hover.scss
,
line 1
This is a mixin to mimic the behavior of native css clamp() while supporting Safari 12.x and 13.0. Clamps a value between an upper and lower bound while selecting a middle value within a range of values between a defined minimum and maximum. See https://developer.mozilla.org/en-US/docs/Web/CSS/clamp() for more info.
Name | Description | Default Value |
---|---|---|
$min | Lower bound | null |
$val | Preferred value. Should be either vw or % | null |
$max | Upper bound | null |
global-scss/helpers/mixins/_font-clamp.scss
,
line 1
Compiles a string font-weight to it's associated integer font weight.
Name | Description | Default Value |
---|---|---|
$weight | Desired font weight as a string | null |
global-scss/helpers/mixins/_font-weight.scss
,
line 1
Uses negative left and right margin to negate padding on the <main>
element.
global-scss/helpers/mixins/_full-bleed.scss
,
line 1
Specifies grid placement for the grid defined in src/global-scss/_layout.scss.
Name | Description | Default Value |
---|---|---|
$type | Grid type (possible values: contrained, full-bleed, left-bleed, right-bleed) | contrained |
$max-width | Inner max-width to be used if the desired max-width is LESS THAN the $inner-max-width declaredin sec/global-scss/_settings.scss | null |
custom/helpers/mixins/_grid-placement.scss
,
line 1
Specifies grid placement for the grid defined in src/global-scss/_layout.scss.
Name | Description | Default Value |
---|---|---|
$type | Grid type (possible values: contrained, full-bleed, left-bleed, right-bleed) | contrained |
$max-width | Inner max-width to be used if the desired max-width is LESS THAN the $inner-max-width declaredin sec/global-scss/_settings.scss | null |
global-scss/helpers/mixins/_grid-placement.scss
,
line 1
Mixin to include Icomoon icons.
Name | Description | Default Value |
---|---|---|
$icon | Name of the icon from the icons Sass map | null |
$position | Position of the icon, either before or after | before |
$styles | Boolean to output required Icomoon styling | true |
global-scss/helpers/mixins/_icon.scss
,
line 1
Removes bullets from lists.
Name | Description | Default Value |
---|---|---|
$margin | Margin for list | |
$padding | Padding for list |
global-scss/helpers/mixins/_kill-bullets.scss
,
line 1
Creates a linear gradient background with fallbacks.
Name | Description | Default Value |
---|---|---|
$direction | Direction of gradient | null |
$color-stops | Colors in gradient | null |
custom/helpers/mixins/_linear-gradient.scss
,
line 1
Creates a linear gradient background with fallbacks.
Name | Description | Default Value |
---|---|---|
$direction | Direction of gradient | null |
$color-stops | Colors in gradient | null |
global-scss/helpers/mixins/_linear-gradient.scss
,
line 1
Adds relative position and sets direction of movement.
Name | Description | Default Value |
---|---|---|
$direction | Direction of movement | null |
$distance | Distance of movement | null |
global-scss/helpers/mixins/_move.scss
,
line 1
Adds Photo Credit to Image Container.
Name | Description | Default Value |
---|---|---|
$top | Top value | null |
$right | Right value | |
$bottom | Bottom value | |
$left | Left value | null |
global-scss/helpers/mixins/_photo-credit.scss
,
line 3
Converts a pixel value to rem and includes a pixel value as a fallback.
Name | Description | Default Value |
---|---|---|
$properties | Properties to convert to rem | null |
$values | Pixel values to convert | null |
global-scss/helpers/mixins/_rem.scss
,
line 49
Visually hides elements but keeps them visible to search engines and screen readers.
global-scss/helpers/mixins/_sr-text.scss
,
line 1
Creates a text gradient effect where supported.
Name | Description | Default Value |
---|---|---|
$fallback-color | Fallback color (if not supported) | null |
$gradient-value | Gradient values to apply | null |
global-scss/helpers/mixins/_text-gradient.scss
,
line 1