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
When using utilities like range-thumb:w-* or range-thumb:h-*, instead of displaying px or rem values for each step, the suggestions will prioritize the static declarations appearance: none; cursor: grab;. This obscures the actual utility values.
VS Code inline color preview functionality stops working for color related utility classes.
Example:
range-thumb:bg-blue-600
Instead of displaying the usual color preview (a blue square), the preview does not render at all.
The text was updated successfully, but these errors were encountered:
What version of VS Code are you using?
v1.99.3
What version of Tailwind CSS IntelliSense are you using?
v0.14.16
What version of Tailwind CSS are you using?
4.1.3
What package manager are you using?
npm
What operating system are you using?
Ubuntu Linux
Tailwind config
Default
Describe your issue
Example:
When using utilities like range-thumb:w-* or range-thumb:h-*, instead of displaying px or rem values for each step, the suggestions will prioritize the static declarations
appearance: none; cursor: grab;
. This obscures the actual utility values.Example:
Instead of displaying the usual color preview (a blue square), the preview does not render at all.
The text was updated successfully, but these errors were encountered: