Minimal library to help you quickly start using all Flexbox properties through CSS classes. Flexbox Layout is already prefixed, and production ready.
Use the CDN for a quick start:
<!-- Flexbox Layout -->
<link href="https://cdn.statically.io/gh/isradeleon/flexboxlayout/1.0.0/production/flexboxlayout.min.css" rel="stylesheet">
Download the library from here, or install it via NPM:
npm install @isradln/flexboxlayout
Then import the production file:
<!-- Import the styles -->
<link href="production/flexboxlayout.min.css" rel="stylesheet">
Now start using flexbox through CSS classes!
Flexbox Layout documentation. You'll also find the documentation in this repository in case you want to contribute.
- Already prefixed
- Production ready
- Lightweight: only 2K size
- Flexbox Flexible Box Module
- Autoprefixer for better browser support
- CSSO CSS compressor
This library is licensed under MIT license
. View license.