-
|
What version of Tailwind CSS are you using? v4.1.18 Reproduction URL https://play.tailwindcss.com/pUX02gidgc Describe your issue |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
This is a limitation of CSS, rather than a bug in Tailwind.
Where computationally independent is defined as:
|
Beta Was this translation helpful? Give feedback.
This is a limitation of CSS, rather than a bug in Tailwind.
--spacing()is syntactical sugar forcalc(var(--spacing) * <int>)and as per the specification:Where computationally independent is defined as: