File tree 1 file changed +4
-4
lines changed
packages/utils/scss/typography
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
/// This is equivalent to `text-decoration: underline;`.
2
2
/// @example text-decoration: underline;
3
- /// @name .k-underline
3
+ /// @name .k-text- underline
4
4
/// @group text-decoration
5
5
/// @contextType css
6
6
7
7
/// This is equivalent to `text-decoration: overline;`.
8
8
/// @example text-decoration: overline;
9
- /// @name .k-overline
9
+ /// @name .k-text- overline
10
10
/// @group text-decoration
11
11
/// @contextType css
12
12
13
13
/// This is equivalent to `text-decoration: line-through;`.
14
14
/// @example text-decoration: line-through;
15
- /// @name .k-line-through
15
+ /// @name .k-text- line-through
16
16
/// @group text-decoration
17
17
/// @contextType css
18
18
19
19
/// This is equivalent to `text-decoration: none-decoration;`.
20
20
/// @example text-decoration: none-decoration;
21
- /// @name .k-none-decoration
21
+ /// @name .k-text-no-underline
22
22
/// @group text-decoration
23
23
/// @contextType css
24
24
You can’t perform that action at this time.
0 commit comments