We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
a { width: calc(min(max(var(--foo), 0), 100)) }
Ref: cssnano/cssnano#949
The text was updated successfully, but these errors were encountered:
@ludofischer We should support min/max/etc as top function too, i.e. width: max(100px, 200px)
min
max
width: max(100px, 200px)
Sorry, something went wrong.
@alexander-akait Do you mean max(100px, 200px) -> 200px. That would be an additional feature, right? I don't think it solves the current bug.
max(100px, 200px) -> 200px
Yes, it is feature, now we have more math in CSS, so will be great to support it too
No branches or pull requests
Ref: cssnano/cssnano#949
The text was updated successfully, but these errors were encountered: