https://git.jolheiser.com/tailwind-ctp-intellisense.git
1 2 3 4 5 6 7 8 9 10 11 12 13
diff --git a/packages/tailwindcss-language-service/src/completionProvider.ts b/packages/tailwindcss-language-service/src/completionProvider.ts index cc269c84ddc2a3479a06080201ae6cb50ac7f14a..2ee4871784f9b4eecb646ed1ea86a5cc4d0ec8ee 100644 --- a/packages/tailwindcss-language-service/src/completionProvider.ts +++ b/packages/tailwindcss-language-service/src/completionProvider.ts @@ -1063,7 +1063,7 @@ { label: '@config', documentation: { kind: 'markdown' as typeof MarkupKind.Markdown, - value: `[Tailwind CSS Documentation](${docsUrl( + value: `Use the \`@config\` directive to specify which config file Tailwind should use when compiling that CSS file.\n\n[Tailwind CSS Documentation](${docsUrl( state.version, 'functions-and-directives/#config' )})`,