Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/richiksc/flex-css

A simple CSS library to use flexbox seamlessly in your app. No longer under *active* development. Still perfectly fine to use, just don't expect updates.
https://github.com/richiksc/flex-css

Last synced: 8 days ago
JSON representation

A simple CSS library to use flexbox seamlessly in your app. No longer under *active* development. Still perfectly fine to use, just don't expect updates.

Awesome Lists containing this project

README

        

# flex-css
A simple CSS library to use flexbox seamlessly in your app.

## Getting Started
Choose one of the files to download from the `dist` directory.
* `flex.css` - The unprefixed, unminified source file. Read this one!
* `flex.min.css` - Minified source. Use this one if you are not worried about browser support.
* `flex.min.prefixed.css` - Prefixed and minified source.

Use the class `flex` on the parent element you would like to apply flexbox layout to:
* `flex horizontal` applies flexbox with horizontal layout
* `flex vertical` applies flexbox with vertical layout
* `flex horizontal reverse` applies flexbox with horizontal layout reversed
* `flex vertical reverse` applies flexbox with vertical layout reversed

View the full documentation at [https://richiksc.github.io/flex-css](https://richiksc.github.io/flex-css/)