Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dmmikkel/flexboxdetective


https://github.com/dmmikkel/flexboxdetective

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# FlexboxDetective

FlexboxDetective is a small Javascript snippet for detecting flexbox support in the browser.

It appends the `flexbox` class to the html element if `display: flex;` is supported and `flex-wrap` class if the flex-wrap property is supported.

Flexbox support with -webkit- prefix is also detected.