Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/brob/flexible-grid
- Owner: brob
- Created: 2016-08-26T20:06:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:19:30.000Z (about 1 year ago)
- Last Synced: 2024-04-11T15:46:37.459Z (9 months ago)
- Language: CSS
- Homepage: http://flexible-grid.surge.sh/
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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'
```