Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brob/flexible-grid

A simple set of mixins for creating flexbox grids on the fly
https://github.com/brob/flexible-grid

Last synced: 10 days ago
JSON representation

A simple set of mixins for creating flexbox grids on the fly

Awesome Lists containing this project

README

        

# Flexible Grid

This is a flexible grid mixin set to help you create grids on the fly using Flexbox. Support is IE10+ as, that's the only support for Flex.

## Installation
#### Install the component via Bower with
```shell
bower install flexible-grid
```
#### In your scss import list,
```sass
@include '../path-to-bower-components/flex-grid/scss/module.scss'
```