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
` - Replace "${candidate}" with "${candidate.replace(
298
-
'[',
299
-
`[${type}:`
300
-
)}" for:\n${rules}\n`
301
-
)
296
+
messages.push(` Use \`${candidate.replace('[',`[${type}:`)}\` for \`${rules.trim()}\``)
302
297
break
303
298
}
304
299
}
305
300
306
301
log.warn([
307
-
// TODO: Update URL
308
-
`The class "${candidate}" is ambiguous and matches multiple utilities. Use a type hint (https://tailwindcss.com/docs/just-in-time-mode#ambiguous-values) to fix this.`,
309
-
'',
302
+
`The class \`${candidate}\` is ambiguous and matches multiple utilities.`,
310
303
...messages,
311
-
`If this is just part of your content and not a class, replace it with "${candidate
304
+
`If this is content and not a class, replace it with \`${candidate
312
305
.replace('[','[')
313
-
.replace(']',']')}" to silence this warning.`,
306
+
.replace(']',']')}\` to silence this warning.`,
0 commit comments