Skip to content

Conversation

@matvey-andreyev
Copy link

#1446

In Firefox, transformValue did not match the regex, which resulted in strings like translate(160px) translate(160px) leading to multiple translations.

In Firefox, translate functions look like this: translate(160px)
In Chrome, for example, they look like this: translate(160px, 0px)

In Firefox, transformValue did not match the regex, which resulted in strings like translate(160px) translate(160px) leading to multiple translations.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant