Skip to content

Commit ea5aff5

Browse files
committed
Add documentation for @config completion
1 parent 55d2b9e commit ea5aff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tailwindcss-language-service/src/completionProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,7 @@ function provideCssDirectiveCompletions(
10631063
label: '@config',
10641064
documentation: {
10651065
kind: 'markdown' as typeof MarkupKind.Markdown,
1066-
value: `[Tailwind CSS Documentation](${docsUrl(
1066+
value: `Use the \`@config\` directive to specify which config file Tailwind should use when compiling that CSS file.\n\n[Tailwind CSS Documentation](${docsUrl(
10671067
state.version,
10681068
'functions-and-directives/#config'
10691069
)})`,

0 commit comments

Comments
 (0)