1.1.3 • Published 2 years ago

@bva/flex-grid v1.1.3

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
2 years ago

Flexbox Grid

Customizable flexbox grid.

Usage

SCSS

Recommended: use the node-sass|libSass includePaths option to reference your node folder.

You can setup custom values for your grid. Follow instructions here for a how to.

Additionally, you can set $fg-columns as a list to generate a grid with multiple bases:

$fg-columns: 10, 12, 16;

You can also set different spacing per breakpoint using $fg-gutter. Note: You can skip a breakpoint if you want.

$fg-gutter: (xs: 0.5rem, md: 1rem, lg: 1.5rem);

Finally, import the grid into your file:

@import '@bva/flex-grid';
1.1.1

2 years ago

1.1.0

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.0.2

2 years ago

1.0.1

3 years ago

1.0.0

3 years ago