1.1.0 • Published 10 years ago
is-flexbox v1.1.0
is-flexbox 
Detect support for the modern flexbox spec
Detects support for flex-wrap.
Install
$ npm install --save is-flexboxUsage
var isFlexbox = require('is-flexbox')
console.log(isFlexbox) // => true in browsers that support the modern flexbox spec, false in ones that don'tLicense
MIT © Andrew Joslin