Skip to content

Instantly share code, notes, and snippets.

@kalley
Last active December 20, 2015 23:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kalley/6211165 to your computer and use it in GitHub Desktop.
Save kalley/6211165 to your computer and use it in GitHub Desktop.
Modernizr.testStyles('#modernizr { height: 50px; width: 50px; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; display: table; }', function(elem, rule) {
Modernizr.addTest('shaw', Math.round(window.innerHeight / 2 - 25) === elem.offsetTop);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment