Skip to content

balintapro/simpleflex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grid-simpleflex

A simple bootstrap 3 like, modular, lightweight grid system and nothing more.

If you:

  • need a simple grid
  • already have SCSS processing in you project set up

features

This project is a total SCSS conversion of Flexbox Grid.

npm

npm i grid-simpleflex --save

example usage

May differ depending on your boundler and setup.

//import the whole grid
@import 'grid-simpleflex'
//import only what you need
@import 'grid-simpleflex/grid/container';
@import 'grid-simpleflex/grid/xs_grid';
@import 'grid-simpleflex/grid/sm_grid';
@import 'grid-simpleflex/grid/md_grid';
@import 'grid-simpleflex/grid/lg_grid';

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages