Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
function isMinWidth(width) { return Modernizr.mq('(min-width: ' + width + 'px)'); }
Modernizr is a JavaScript library that detects HTML5 and CSS3 features in the user’s browser.