Skip to content

Commit 6072fb5

Browse files
Suggest --text- instead of --font-size (#1150)
Whoops
1 parent c9fb9bc commit 6072fb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/tailwindcss-language-service/src/completionProvider.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ function provideThemeVariableCompletions(
890890
{ kind: 'variable', name: '--spacing' },
891891
{ kind: 'namespace', name: '--container' },
892892
{ kind: 'namespace', name: '--font' },
893-
{ kind: 'namespace', name: '--font-size' },
893+
{ kind: 'namespace', name: '--text' },
894894
{ kind: 'namespace', name: '--tracking' },
895895
{ kind: 'namespace', name: '--leading' },
896896
{ kind: 'namespace', name: '--ease' },

packages/vscode-tailwindcss/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Prerelease
44

5-
- Nothing yet!
5+
- Don't suggest `--font-size-*` theme keys in v4.0 ([#1150](https://github.com/tailwindlabs/tailwindcss-intellisense/pull/1150))
66

77
## 0.14.1
88

0 commit comments

Comments
 (0)