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 4966af2 commit 20aa290Copy full SHA for 20aa290
packages/@tailwindcss-upgrade/src/migrate-postcss.ts
@@ -126,7 +126,7 @@ async function migratePostCSSJSConfig(configPath: string): Promise<{
126
return /['"]tailwindcss\/nesting['"]\: ?(\{\}|['"]postcss-nesting['"])/.test(line)
127
}
128
129
- info(`Attempt to upgrade the PostCSS config in file: ${highlight(relative(configPath))}`)
+ info(`Upgrading the PostCSS config in file: ${highlight(relative(configPath))}`)
130
131
let isSimpleConfig = await isSimplePostCSSConfig(configPath)
132
if (!isSimpleConfig) {
0 commit comments