-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[css-minifier]Support CSS Anchor Positioning #3773
Comments
Since esbuild passes through all CSS it doesn't understand, your example seems like it should already work fine. What needs to be added to esbuild for you to consider esbuild to have support? Just nicer formatting for the |
Shorthand
Input.foo {
position-try-order: most-width;
position-try-options: flip-block;
} Expected
.foo {
position-try: most-width flip-block;
} When
|
Example:
The text was updated successfully, but these errors were encountered: