Skip to content

Commit 8f45144

Browse files
committed
Fix culori type
1 parent 752cd5e commit 8f45144

File tree

1 file changed

+1
-1
lines changed
  • packages/tailwindcss-language-server/src

1 file changed

+1
-1
lines changed

packages/tailwindcss-language-server/src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1221,7 +1221,7 @@ async function createProjectService(
12211221

12221222
let isNamedColor = colorNames.includes(currentColor)
12231223

1224-
let color: culori.RgbColor = {
1224+
let color: culori.Color = {
12251225
mode: 'rgb',
12261226
r: params.color.red,
12271227
g: params.color.green,

0 commit comments

Comments
 (0)