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
log(emoji.warning,chalk.yellow(' Skipping purge because no template paths provided.'))
40
-
log(chalk.white(' To silence this warning, set `purge: false` in your Tailwind config file.'))
39
+
log(
40
+
emoji.warning,
41
+
chalk.yellow(
42
+
' Tailwind is not purging unused styles because no template paths have been provided.'
43
+
)
44
+
)
45
+
log(
46
+
chalk.white(
47
+
' If you have manually configured PurgeCSS outside of Tailwind or are deliberately not\n removing unused styles, set `purge: false` in your Tailwind config file to silence\n this warning.'
0 commit comments