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
Don't know if it is possible at all, but I have writing calc() in my arbitraries, like eg. w-[calc(100%/3+(var(--spacing)*3))]. Would be much nicer if arbitraries could somehow detect a calc statement like w-{100%/3+(var(--spacing)*3)}, or even simpler w-{100%/3+(--spacing*3)} where it would auto detect the variable too.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Don't know if it is possible at all, but I have writing calc() in my arbitraries, like eg.
w-[calc(100%/3+(var(--spacing)*3))]
. Would be much nicer if arbitraries could somehow detect a calc statement like w-{100%/3+(var(--spacing)*3)}, or even simplerw-{100%/3+(--spacing*3)}
where it would auto detect the variable too.Beta Was this translation helpful? Give feedback.
All reactions