You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/site/pages/en/blog/migrations/chalk-to-styletext.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ This codemod aims to help you reduce external dependencies by transforming chalk
26
26
- Custom RGB colors (chalk.rgb(), chalk.hex())
27
27
- 256-color palette (chalk.ansi256())
28
28
- Template literal syntax (chalk...``)
29
-
-Advanced modifiers with limited terminal support (overline, blink, etc.)
29
+
-Advanced modifiers with limited terminal support (overline, blink, etc.)
30
30
31
31
The source code for this codemod can be found in the [chalk-to-util-styletext directory](https://github.com/nodejs/userland-migrations/tree/main/recipes/chalk-to-util-styletext).
0 commit comments