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 upgrading from twin.macro3.1.0 to 3.3.1 I've noticed a regression in Safari 13.
With 3.1.0
tw`inset-0`
is transformed to :
top:0;
bottom:0;
right:0;
left:0;
but in 3.3.1 it is transformed to
inset: 0;
which doesn't work on Safari 13...
I don't know if the bug comes from tailwind or twin.macro... or if it's the expected behaviour. (i'm using emotion btw)
The text was updated successfully, but these errors were encountered:
Hi !
When upgrading from
twin.macro
3.1.0
to3.3.1
I've noticed a regression in Safari 13.With
3.1.0
is transformed to :
but in
3.3.1
it is transformed towhich doesn't work on Safari 13...
I don't know if the bug comes from tailwind or twin.macro... or if it's the expected behaviour. (i'm using emotion btw)
The text was updated successfully, but these errors were encountered: