Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix object-position arbitrary values #5245

Merged
merged 1 commit into from
Aug 21, 2021
Merged

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
3 participants