-
Notifications
You must be signed in to change notification settings - Fork 0
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
min-height: stretch
is not a valid property value
#825
Comments
It has been written with autoprefixer in mind — write modern CSS, rely on autoprefixer to handle some of the backwards-compatibility — but it’s not explicitly required. There’s never (until now!) been an instance where not using autoprefixer would break a feature or component even for modern browsers — the reduction of support from not using autoprefixer has been seen as a user decision. I guess we have a few options:
Did I miss any? |
In box-sizing.scss, there's this code:
but
stretch
is not a valid value for themin-height
property. See https://developer.mozilla.org/en-US/docs/Web/CSS/min-height#syntaxThe text was updated successfully, but these errors were encountered: