Product Subtitle
Installation
yarn add @chewy/kib-product-styles
Import
@use '~@chewy/kib-product-styles/src/kib-product-subtitle/styles' as kib-product-subtitle;
Mixins
subtitle
@mixin subtitle() { ... }
@mixin subtitle() { @include typography.style-as('paragraph-2'); margin-bottom: spacing.get('s2'); color: color.get('text', 'secondary'); }