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 841c643 commit f086f81Copy full SHA for f086f81
packages/tailwindcss-language-service/src/completionProvider.ts
@@ -214,7 +214,6 @@ export function completionsFromClassList(
214
.map((selector) => addPixelEquivalentsToMediaQuery(selector))
215
.join(', '),
216
textEditText: resultingVariants[resultingVariants.length - 1] + sep,
217
- additionalTextEdits: [],
218
}),
219
)
220
}
0 commit comments