File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
tailwindcss-language-service/src/util Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,12 @@ const COLOR_PROPS = [
21
21
'border-right-color' ,
22
22
'border-bottom-color' ,
23
23
'border-left-color' ,
24
+ 'border-inline-color' ,
25
+ 'border-inline-start-color' ,
26
+ 'border-inline-end-color' ,
27
+ 'border-block-color' ,
28
+ 'border-block-start-color' ,
29
+ 'border-block-end-color' ,
24
30
'fill' ,
25
31
'outline-color' ,
26
32
'stop-color' ,
Original file line number Diff line number Diff line change 5
5
- Fix display of color swatches using new v4 oklch color palette ([ #1073 ] ( https://github.com/tailwindlabs/tailwindcss-intellisense/pull/1073 ) )
6
6
- Properly validate ` theme(…) ` function paths in v4 ([ #1074 ] ( https://github.com/tailwindlabs/tailwindcss-intellisense/pull/1074 ) )
7
7
- Support loading TypeScript configs and plugins in v4 projects ([ #1076 ] ( https://github.com/tailwindlabs/tailwindcss-intellisense/pull/1076 ) )
8
+ - Show colors for logical border properties ([ #1075 ] ( https://github.com/tailwindlabs/tailwindcss-intellisense/pull/1075 ) )
8
9
9
10
## 0.12.12
10
11
You can’t perform that action at this time.
0 commit comments