Add documentation for `@config` completion
parent
55d2b9e8da
commit
ea5aff58f0
|
@ -1063,7 +1063,7 @@ function provideCssDirectiveCompletions(
|
||||||
label: '@config',
|
label: '@config',
|
||||||
documentation: {
|
documentation: {
|
||||||
kind: 'markdown' as typeof MarkupKind.Markdown,
|
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,
|
state.version,
|
||||||
'functions-and-directives/#config'
|
'functions-and-directives/#config'
|
||||||
)})`,
|
)})`,
|
||||||
|
|
Loading…
Reference in New Issue