From 70f538b8562decfe05767775c6314e93702f5144 Mon Sep 17 00:00:00 2001 From: IsaevAlexandr Date: Sun, 24 Apr 2022 16:38:17 +0300 Subject: [PATCH] feat(Text): remove unused styles --- src/demo/Typography/Typography.scss | 85 ----------------------------- 1 file changed, 85 deletions(-) diff --git a/src/demo/Typography/Typography.scss b/src/demo/Typography/Typography.scss index 18e01740ae..3ac2738cd6 100644 --- a/src/demo/Typography/Typography.scss +++ b/src/demo/Typography/Typography.scss @@ -57,91 +57,6 @@ } &__item_name { - // variants - &_body-1 #{$block}__value { - @include text-body-1(); - } - - &_body-2 #{$block}__value { - @include text-body-2(); - } - - &_body-3 #{$block}__value { - @include text-body-3(); - } - - &_body-short #{$block}__value { - @include text-body-short(); - } - - &_caption-1 #{$block}__value { - @include text-caption-1(); - } - - &_caption-2 #{$block}__value { - @include text-caption-2(); - } - - &_header-1 #{$block}__value { - @include text-header-1(); - } - - &_header-2 #{$block}__value { - @include text-header-2(); - } - - &_subheader-1 #{$block}__value { - @include text-subheader-1(); - } - - &_subheader-2 #{$block}__value { - @include text-subheader-2(); - } - - &_subheader-3 #{$block}__value { - @include text-subheader-3(); - } - - &_display-1 #{$block}__value { - @include text-display-1(); - } - - &_display-2 #{$block}__value { - @include text-display-2(); - } - - &_display-3 #{$block}__value { - @include text-display-3(); - } - - &_display-4 #{$block}__value { - @include text-display-4(); - } - - &_code-1 #{$block}__value { - @include text-code-1(); - } - - &_code-inline-1 #{$block}__value { - @include text-code-inline-1(); - } - - &_code-2 #{$block}__value { - @include text-code-2(); - } - - &_code-inline-2 #{$block}__value { - @include text-code-inline-2(); - } - - &_code-3 #{$block}__value { - @include text-code-3(); - } - - &_code-inline-3 #{$block}__value { - @include text-code-inline-3(); - } - // font-families &_monospace #{$block}__value { font-family: var(--yc-font-family-monospace);