Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

fixed min-/max- width & height conditions #44

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ngehlert
Copy link

fixed min-/max- width & height conditions to allow sizes same as min and max value.
e.g.
current behavior:
min-width: 420px
allowed file sizes: 421px and above
after my changes even 420 is allowed:
min-width: 420px
allowed file sizes: 420px and above

also fixed typo in readme
fixed sass errors, otherwise i could not build

@ngehlert
Copy link
Author

are you still working on this project? or do you have any problems with my changes? would be great if I could get an update on this :)

Copy link

@ph1823 ph1823 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And if the min and max il equal ? I have an error fro this case. Thank for your bug ^^

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants