Skip to content

Commit

Permalink
Update packages/@tailwindcss-upgrade/src/migrate-js-config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed Oct 21, 2024
1 parent 5f89040 commit b16b1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@tailwindcss-upgrade/src/migrate-js-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export async function migrateJsConfig(

if ('corePlugins' in unresolvedConfig) {
info(
`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.`,
)
}

Expand Down

0 comments on commit b16b1c0

Please sign in to comment.