Skip to content

Commit

Permalink
feat(Text): remove unused styles
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaevAlexandr committed May 2, 2022
1 parent 3eda783 commit 70f538b
Showing 1 changed file with 0 additions and 85 deletions.
85 changes: 0 additions & 85 deletions src/demo/Typography/Typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 70f538b

Please sign in to comment.