JeremyFagis / dropify

Override your input files with style — Demo here : http://jeremyfagis.github.io/dropify
MIT License
973 stars 399 forks source link

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

Open ngehlert opened 8 years ago

ngehlert commented 8 years ago

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 commented 7 years ago

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 :)