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 46c1266 commit c392424Copy full SHA for c392424
packages/tailwindcss-language-service/src/annotation.ts
@@ -1,5 +1,4 @@
1
import type { Range, TextDocument } from 'vscode-languageserver-textdocument'
2
-import * as jit from './util/jit'
3
import type { State } from './util/state'
4
5
export async function updateAnnotation(state: State, document: TextDocument): Promise<Range[]> {
0 commit comments