Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmmikkel/flexboxdetective
https://github.com/dmmikkel/flexboxdetective
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dmmikkel/flexboxdetective
- Owner: dmmikkel
- License: mit
- Created: 2013-12-20T11:25:05.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-20T13:59:15.000Z (about 11 years ago)
- Last Synced: 2024-04-17T04:22:56.494Z (8 months ago)
- Size: 121 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.