Skip to content

Instantly share code, notes, and snippets.

View shaneneigel's full-sized avatar

Shane Neigel shaneneigel

View GitHub Profile
@shaneneigel
shaneneigel / vunits.js
Last active August 29, 2015 14:21 — forked from LeaVerou/vunits.js
/**
* Polyfill for the vw, vh, vm units
* Requires StyleFix from -prefix-free http://leaverou.github.com/prefixfree/
* @author Lea Verou
*/
(function() {
if(!window.StyleFix) {
return;