--*: initial;
and --spacing-*: initial;
doesn't remove default theme spacing classes or font classes
#1133
Labels
bug
Something isn't working
What version of VS Code are you using?
For example: v1.96.4
What version of Tailwind CSS IntelliSense are you using?
0.14.1
What version of Tailwind CSS are you using?
4.0.0
What package manager are you using?
pnpm
What operating system are you using?
macOS
Describe your issue
In my global.css I have
When I use
--text-*: initial
it removes default text sizing utilities however--spacing-*: initial
doesn't remove default spacing utilities for padding, margins, space etc. Tailwind doesn't generate old classes for example px-2 doesn't work but it still shows up in suggestions.I also noticed
--font-*: initial;
,--font-weight-*: initial;
don't remove default utility suggestions either.--*: initial;
should remove all default theme classes where necessary.The text was updated successfully, but these errors were encountered: