Respond
Respond copied to clipboard
Added support for min-height and max-height media queries
I needed min-height / max-height support for a project I am working on.
I found this pull request but it was from an old version, so I used the same technique to add min/max-height support to the latest version
https://github.com/scottjehl/Respond/pull/96
This is awesome. Any chance you wanna write some tests for this as well?
There is a basic HTML test in this file: https://github.com/danielcrisp/Respond/blob/master/test/test.html
If you resize the browser height you should see the typeface change from sans-serif to serif
Also excluding a stylesheet should be removed from this branch. Did you delete your comment or is Github getting confused?!
Ha, left that comment before going down a few commits and seeing the deletion! :D Sorry about that.
I actually meant unit tests. We currently have a suite of them for width checks.
I was worried you meant unit tests!
Haven't really got time for that at the moment... probably won't be able to do that until the new year. Can it wait?
+1 sterling work so far!!
+1 whould be great if this one could be merged!
+1
What's the holdup on this?
I realize this is ancient at this point, but I'm needing to support IE8 for something (I know, I know), and needing this. Could someone review the conflict and merge? IMHO this should be standard issue.