1.1.0 • Published 9 years ago

is-flexbox v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

is-flexbox Build Status

Detect support for the modern flexbox spec

Detects support for flex-wrap.

Install

$ npm install --save is-flexbox

Usage

var isFlexbox = require('is-flexbox')

console.log(isFlexbox) // => true in browsers that support the modern flexbox spec, false in ones that don't

License

MIT © Andrew Joslin

1.1.0

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.0.0

9 years ago