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(css): remove unused minmax function #10138

Merged
merged 1 commit into from
Dec 8, 2023
Merged

Conversation

pepelsbey
Copy link
Member

Summary

Fixes #10137

Problem

There’s a declaration with minmax() that’s not applied. That’s fair since it requires two values.

Solution

Remove the function, per suggestion.

@pepelsbey pepelsbey requested a review from a team as a code owner December 5, 2023 18:06
@caugner caugner changed the title fix: remove unused minmax function fix(css): remove unused minmax function Dec 8, 2023
@caugner caugner merged commit d8e84b5 into mdn:main Dec 8, 2023
9 checks passed
@pepelsbey pepelsbey deleted the fix-minmax branch December 11, 2023 11:39
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.

Error in minmax() drops the CSS declaration
2 participants