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 a72226c commit 580b183Copy full SHA for 580b183
packages/tailwindcss-language-service/src/util/find.ts
@@ -2,9 +2,9 @@ import type { TextDocument, Range, Position } from 'vscode-languageserver'
2
import { DocumentClassName, DocumentClassList, State, DocumentHelperFunction } from './state'
3
import lineColumn from 'line-column'
4
import { isCssContext, isCssDoc } from './css'
5
-import { isHtmlContext, isHtmlDoc, isSvelteDoc, isVueDoc } from './html'
+import { isHtmlContext } from './html'
6
import { isWithinRange } from './isWithinRange'
7
-import { isJsContext, isJsDoc } from './js'
+import { isJsContext } from './js'
8
import { flatten } from './array'
9
import { getClassAttributeLexer, getComputedClassAttributeLexer } from './lexers'
10
import { getLanguageBoundaries } from './getLanguageBoundaries'
0 commit comments