We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 875cb6f commit 8393aa6Copy full SHA for 8393aa6
packages/tailwindcss-language-service/src/completionProvider.ts
@@ -159,7 +159,7 @@ export function completionsFromClassList(
159
label: `${variant.name}${variant.hasDash ? '-' : ''}[]${sep}`,
160
insertTextFormat: 2,
161
textEdit: {
162
- newText: `${variant.name}-[\${1:&}]${sep}\${0}`,
+ newText: `${variant.name}${variant.hasDash ? '-' : ''}[\${1:&}]${sep}\${0}`,
163
},
164
// command: {
165
// title: '',
0 commit comments