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

refactor: relax validation for min/max width values #80

Merged
merged 1 commit into from
Jun 9, 2020

Conversation

ericdeansanchez
Copy link
Contributor

This PR relaxes the constraints on max width values. Prior to this PR
max width values were bounded, now they are not. The only restriction
is that image width values (both max and min) be greater than or equal
to zero (and that the max value is not less than the min value).

This PR relaxes the constraints on max width values. Prior to this PR
max width values were bounded, now they are not. The only restriction
is that image width values (both max and min) be greater than or equal
to zero (and that the max value is not less than the min value).
@ericdeansanchez ericdeansanchez merged commit 2f2e8d1 into master Jun 9, 2020
@ericdeansanchez ericdeansanchez deleted the relax-width-validation branch June 9, 2020 20:56
@ericdeansanchez ericdeansanchez changed the title refactor: relax validation for max width values refactor: relax validation for min/max width values Jun 10, 2020
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.

2 participants