You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/tailwindcss-language-service/src/completionProvider.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1063,7 +1063,7 @@ function provideCssDirectiveCompletions(
1063
1063
label: '@config',
1064
1064
documentation: {
1065
1065
kind: 'markdown'astypeofMarkupKind.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(
0 commit comments