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
'No utilities were generated, there is likely a problem with the `content` key in the Tailwind config. For more information see the documentation: https://tailwindcss.com/docs/content-configuration',
250
+
'No utility classes were detected in your source files. If this is unexpected, double-check the `content` option in your Tailwind CSS configuration.',
`The glob pattern ${dim(file)} in your config is invalid.`,
254
-
`Update it to ${dim(file.replace(/{([^,]*?)}/g,'$1'))} to silence this warning.`,
253
+
`The glob pattern ${dim(file)} in your Tailwind CSS configuration is invalid.`,
254
+
`Update it to ${dim(file.replace(/{([^,]*?)}/g,'$1'))} to silence this warning.`,
255
255
// TODO: Add https://tw.wtf/invalid-glob-braces
256
256
])
257
257
break
@@ -260,7 +260,9 @@ export function normalizeConfig(config) {
260
260
261
261
if(config.content.files.length===0){
262
262
log.warn('content-problems',[
263
-
'The `content` key is missing or empty. Please populate the content key as Tailwind generates utilities on-demand based on the files that use them. For more information see the documentation: https://tailwindcss.com/docs/content-configuration',
263
+
'The `content` option in your Tailwind CSS configuration is missing or empty.',
264
+
'Configure your content sources or your generated CSS will be missing styles.',
0 commit comments