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 8393aa6 commit 0b2a208Copy full SHA for 0b2a208
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}${variant.hasDash ? '-' : ''}[\${1:&}]${sep}\${0}`,
+ newText: `${variant.name}${variant.hasDash ? '-' : ''}[\${1}]${sep}\${0}`,
163
},
164
// command: {
165
// title: '',
0 commit comments