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

Migrate from, via, and to arbitrary values to bare values #14725

Merged

Conversation

RobinMalfait
Copy link
Member

This PR migrates arbitrary values for the from-*, via-* and to-* utilities
to bare values.

Input:

<div class="from-[28%]"></div>
<div class="via-[28%]"></div>
<div class="to-[28%]"></div>

Output:

<div class="from-28%"></div>
<div class="via-28%"></div>
<div class="to-28%"></div>

@RobinMalfait RobinMalfait requested a review from a team as a code owner October 18, 2024 20:44
Copy link
Member Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @RobinMalfait and the rest of your teammates on Graphite Graphite

@RobinMalfait RobinMalfait force-pushed the robin/migrate_from_via_and_to_arbitrary_values_to_bare_values branch from 792440e to 26da0b9 Compare October 18, 2024 20:45
CHANGELOG.md Outdated Show resolved Hide resolved
@adamwathan adamwathan merged commit fd8315b into next Oct 19, 2024
2 checks passed
@adamwathan adamwathan deleted the robin/migrate_from_via_and_to_arbitrary_values_to_bare_values branch October 19, 2024 13:05
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.

2 participants