chore(cli): match cli prompt question (global CSS) with the documentation

This commit is contained in:
Sadegh Barati 2024-01-07 09:35:54 +03:30 committed by GitHub
parent 5332610012
commit 989c0e2024
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,7 +138,7 @@ export async function promptForConfig(
{
type: 'text',
name: 'tailwindCss',
message: `Where is your ${highlight('Tailwind CSS')} file?`,
message: `Where is your ${highlight('global CSS')} file?`,
initial: (prev, values) => defaultConfig?.tailwind.css ?? TAILWIND_CSS_PATH[values.framework as 'vite' | 'nuxt' | 'laravel' | 'astro'],
},
{