You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for new Tailwind CSS v4.0.0-beta.9 features (#1117)
- [x] Add support for `@reference` (alias for `@import "…" reference`)
- [ ] Add support for `--value()`
- [x] Completions (functional `@utility` context only)
- [ ] Warning when used in non-functional utility context
- [ ] Syntax highlighting
- [ ] Add support for `--modifier()`
- [x] Completions (functional `@utility` context only)
- [ ] Warning when used in non-functional utility context
- [ ] Syntax highlighting
- [ ] Suggestions inside `--value()` and `--modifier()`
- [ ] Theme keys
- [x] Initial version: Same suggestions as @theme { … }
- [ ] Final version: Compute theme key prefixes and suggest these
- [ ] Ignore nested theme keys (`--` separated)
- [x] Bare value data types
- [x] Arbitrary value data types
- [ ] Add support for `--spacing()`
- [ ] Completions (this maybe doesn't make sense — it just takes a
number, variable, or just whatever)
- [x] Syntax highlighting
- [ ] Add support for `--theme()`
- [x] Completions
- [x] Syntax highlighting
- [ ] Add `theme()` function deprecation warning (v4 only)
- [ ] When using modern variable syntax offer quick fix to `--theme(…)`
0 commit comments