Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/richiksc/flex-css
- Owner: richiksc
- License: mit
- Created: 2015-02-08T16:52:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-27T19:32:05.000Z (over 8 years ago)
- Last Synced: 2023-02-27T21:46:40.528Z (almost 2 years ago)
- Language: CSS
- Homepage: https://richiksc.github.io/flex-css
- Size: 2.14 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 reversedView the full documentation at [https://richiksc.github.io/flex-css](https://richiksc.github.io/flex-css/)