From 989c0e20245bcf27f943a09eceb8d60bf22df916 Mon Sep 17 00:00:00 2001 From: Sadegh Barati Date: Sun, 7 Jan 2024 09:35:54 +0330 Subject: [PATCH] chore(cli): match cli prompt question (global CSS) with the documentation --- packages/cli/src/commands/init.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/src/commands/init.ts b/packages/cli/src/commands/init.ts index f66ed39b..a69082dd 100644 --- a/packages/cli/src/commands/init.ts +++ b/packages/cli/src/commands/init.ts @@ -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'], }, {