Skip to content

Conversation

@bradlc
Copy link
Contributor

@bradlc bradlc commented Aug 18, 2021

Fixes #5177

Before

.object-\[50\%\2c 50\%\] {
  object-position: 50%, 50%;
}

After

.object-\[50\%\2c 50\%\] {
  object-position: 50% 50%;
}

@adamwathan adamwathan merged commit 5d0abea into master Aug 21, 2021
@adamwathan adamwathan deleted the object-position-list branch August 21, 2021 02:40
@adamwathan
Copy link
Member

Thank you!

@nfq
Copy link

nfq commented Aug 21, 2021

Thanks for the quick fix.

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.

Object Position in JIT mode

4 participants