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 eb12f07 commit 5c820b3Copy full SHA for 5c820b3
packages/tailwindcss-language-server/tests/hover/hover.test.js
@@ -29,6 +29,7 @@ withFixture('basic', (c) => {
29
30
testHover('disabled', {
31
text: '<div class="bg-red-500">',
32
+ position: { line: 0, character: 13 },
33
settings: {
34
tailwindCSS: { hovers: false },
35
},
@@ -202,6 +203,7 @@ withFixture('v4/basic', (c) => {
202
203
204
205
206
207
208
209
0 commit comments