Skip to content

Commit 8dee318

Browse files
inikolovaJuveniel
authored andcommitted
chore: update utility classes for text decoration
1 parent 4e73fce commit 8dee318

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/utils/scss/typography/_text-decoration.scss

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
/// This is equivalent to `text-decoration: underline;`.
22
/// @example text-decoration: underline;
3-
/// @name .k-underline
3+
/// @name .k-text-underline
44
/// @group text-decoration
55
/// @contextType css
66

77
/// This is equivalent to `text-decoration: overline;`.
88
/// @example text-decoration: overline;
9-
/// @name .k-overline
9+
/// @name .k-text-overline
1010
/// @group text-decoration
1111
/// @contextType css
1212

1313
/// This is equivalent to `text-decoration: line-through;`.
1414
/// @example text-decoration: line-through;
15-
/// @name .k-line-through
15+
/// @name .k-text-line-through
1616
/// @group text-decoration
1717
/// @contextType css
1818

1919
/// This is equivalent to `text-decoration: none-decoration;`.
2020
/// @example text-decoration: none-decoration;
21-
/// @name .k-none-decoration
21+
/// @name .k-text-no-underline
2222
/// @group text-decoration
2323
/// @contextType css
2424

0 commit comments

Comments
 (0)