Product By Chewy

Mixins

by-chewy

@mixin by-chewy() { ... }@mixin by-chewy() { 
  @include typography.style-as('caption');

  color: settings.$color;

  &:hover {
    text-decoration: none;
  }
 }
Description

root mixins

Parameters

None.

Requires
@mixin logo() { ... }@mixin logo() { 
  vertical-align: text-bottom;
  width: settings.$logo-width;
  height: settings.$logo-height;
 }
Description

logo mixins

Parameters

None.

Requires

Variables

color

$color: color.get('logos', 'chewy', 'primary') !default;
Description

Text and brand color

Type

Color

logo-width

$logo-width: unit.rem(51px);
Description

Logo width

Type

Number

Used by

logo-height

$logo-height: kib-core.dimensions-get(default) !default;
Description

Logo height

Type

Number

Used by