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 59d1fb4 commit 6d3752eCopy full SHA for 6d3752e
packages/@tailwindcss-upgrade/src/migrate-js-config.ts
@@ -65,7 +65,7 @@ export async function migrateJsConfig(
65
66
if ('corePlugins' in unresolvedConfig) {
67
info(
68
- `Your configuration file contains a \`corePlugins\` property, which is no longer available in Tailwind CSS v4. This option was not migrated to CSS.`,
+ `The \`corePlugins\` option is no longer supported as of Tailwind CSS v4.0, so it's been removed from your configuration.`,
69
)
70
}
71
0 commit comments