We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 052f362 commit eeb65b2Copy full SHA for eeb65b2
packages/@tailwindcss-upgrade/src/codemods/template/migrate-camelcase-in-named-value.ts
@@ -4,7 +4,7 @@ import * as version from '../../utils/version'
4
5
// Converts named values to use kebab-case. This is necessary because the
6
// upgrade tool also renames the theme values to kebab-case, so `text-superRed`
7
-// will have it's theme value renamed to `--color-super-red` and thus the
+// will have its theme value renamed to `--color-super-red` and thus the
8
// utility will be renamed to `text-super-red`.
9
export function migrateCamelcaseInNamedValue(
10
designSystem: DesignSystem,
0 commit comments