Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix IntelliSense class suggestions (#15857)
This PR fixes a few problems with IntelliSense: - Default installs suggest font weight utilities twice - When setting `--font-weight-*: initial;` the default weights are still suggested - Setting `--spacing-*: initial;` still shows suggestions for utilities using the spacing scale assuming it's multiplier-based. Removing the `--spacing: …` key should make them entirely theme driven instead. - The default container query variants like `@sm`, `@md`, etc… aren't suggested. Only the `@min-sm` and `@max-sm` style ones are. Fixes tailwindlabs/tailwindcss-intellisense#1133 Fixes tailwindlabs/tailwindcss-intellisense#1136 Fixes #15811 --------- Co-authored-by: Robin Malfait <malfait.robin@gmail.com>
- Loading branch information