Skip to content

robbschiller/flex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flex Build Status

A flexbox grid system

Installation

bower install flex.grid
// or
npm install flex.grid

Usage

The grid system exposes two variables, $gridBreak, defaulted to 767px and $gutterWidth defaulted to 1em.

If you want to change the values, declare new variable values before importing the partial.

// Grid Settings
$gridBreak: 760px;
$gridGutterWidth: 20px;

// Import Grid
@import 'bower_components/flex.grid/grid';
//Or import from npm
@import 'node_module/flex.grid/grid';

Requirements

Because flexbox adpoption is still growing, this package is designed to use Autoprefixer to define the required vendor prefixes.

About

A Flexbox grid system

Resources

Stars

Watchers

Forks

Packages

No packages published