Skip to content

Commit 214e2b4

Browse files
committed
add accent-color to list of color-related CSS properties
1 parent 79aad93 commit 214e2b4

File tree

1 file changed

+1
-0
lines changed
  • packages/tailwindcss-language-service/src/util

1 file changed

+1
-0
lines changed

packages/tailwindcss-language-service/src/util/color.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import * as culori from 'culori'
99
import namedColors from 'color-name'
1010

1111
const COLOR_PROPS = [
12+
'accent-color',
1213
'caret-color',
1314
'color',
1415
'column-rule-color',

0 commit comments

Comments
 (0)