Skip to content

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
@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.

3 participants