Skip to content

Commit e3cd1f2

Browse files
Show colors for logical border properties (#1075)
Fixes #1065 --------- Co-authored-by: Robin Malfait <malfait.robin@gmail.com>
1 parent cb0f305 commit e3cd1f2

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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',

packages/vscode-tailwindcss/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
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

0 commit comments

Comments
 (0)