diff --git a/packages/cli/src/commands/init.ts b/packages/cli/src/commands/init.ts index 4205be83..ec86a742 100644 --- a/packages/cli/src/commands/init.ts +++ b/packages/cli/src/commands/init.ts @@ -163,14 +163,14 @@ export async function promptForConfig( active: 'yes', inactive: 'no', }, - // { - // type: 'text', - // name: 'tailwindPrefix', - // message: `Are you using a custom ${highlight( - // 'tailwind prefix eg. tw-', - // )}? (Leave blank if not)`, - // initial: '', - // }, + { + type: 'text', + name: 'tailwindPrefix', + message: `Are you using a custom ${highlight( + 'tailwind prefix eg. tw-', + )}? (Leave blank if not)`, + initial: '', + }, { type: 'text', name: 'tailwindConfig', @@ -208,7 +208,7 @@ export async function promptForConfig( css: options.tailwindCss, baseColor: options.tailwindBaseColor, cssVariables: options.tailwindCssVariables, - // prefix: options.tailwindPrefix, + prefix: options.tailwindPrefix, }, aliases: { utils: options.utils,