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
Hey, thanks for reporting this. This is due to the way v4 generates these values and relies on minification to simplify them. Will look into addressing this.
Notes for me for later:
We'll need to add fractions & percentage value evaluation when lowering calc(…) expressions
We're probably at the point where we need a more generalized AST structure for these values
What version of VS Code are you using?
Cursor v0.48
What version of Tailwind CSS IntelliSense are you using?
v0.14.15
What version of Tailwind CSS are you using?
v4.0.15
What package manager are you using?
npm
What operating system are you using?
Windows
Tailwind config
// Paste the contents of your Tailwind config file here
VS Code settings
// Paste your VS Code settings in JSON format here
Reproduction URL
You can try it here: https://play.tailwindcss.com/
Describe your issue
in V3 I used to get the actual percentage here:
in V4 I don't get them anymore
The text was updated successfully, but these errors were encountered: