is-flexbox

1.1.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i is-flexbox

Weekly Downloads

0

Version

1.1.0

License

MIT

Last publish

Collaborators

  • andytjoslin