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
{{ message }}
This repository was archived by the owner on Apr 6, 2021. It is now read-only.
What version of @tailwindcss/jit are you using?
0.1.17
What version of Node.js are you using?
14.15.4
What build tool (or framework if it abstracts the build tool) are you using?
next@10.1.2
What browser are you using?
Chrome Version 89.0.4389.90 (Official Build) (x86_64)
What operating system are you using?
Mac OSX Big Sur v11.2.3
Reproduction repository
https://github.com/wagerfield/tailwind-jit-calc
When using
calc()within the new arbitrary value class syntax, classes are not generated when the body of thecalcfunction contains spaces:I expect the solution might be as simple as removing whitespace from the contents of arbitrary class names eg.
...but not sure if that's possible or not?