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 = [
2121 'border-right-color' ,
2222 'border-bottom-color' ,
2323 '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' ,
2430 'fill' ,
2531 'outline-color' ,
2632 'stop-color' ,
Original file line number Diff line number Diff line change 55- Fix display of color swatches using new v4 oklch color palette ([ #1073 ] ( https://github.com/tailwindlabs/tailwindcss-intellisense/pull/1073 ) )
66- Properly validate ` theme(…) ` function paths in v4 ([ #1074 ] ( https://github.com/tailwindlabs/tailwindcss-intellisense/pull/1074 ) )
77- 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 ) )
89
910## 0.12.12
1011
You can’t perform that action at this time.
0 commit comments