Skip to content

vfhrr/bootstrap

 
 

Repository files navigation

Bootstrap plus additional Flexbox Grid

This is fork of Bootstrap with additionally provided Flexbox Grid.

How to use

For using Flebox Grid version just replace the normal class of Bootstrap Grid: .col-xs-*, .container, .row, .col-md-pull, etc. with additional letter 'f'.

Example: .fcol-xs-*, .fcontainer, .frow, .fcol-md-pull

Documentation

Bootstrap's documentation, included in this repo in the root directory, is built with Jekyll. The docs may also be run locally.

Running documentation locally

  1. If necessary, install Jekyll (requires v2.5.x).
  1. Install the Ruby-based syntax highlighter, Rouge, with gem install rouge.
  2. From the root /bootstrap directory, run jekyll serve in the command line.
  3. Open http://localhost:9001 in your browser, and voilà.

Learn more about using Jekyll by reading its documentation.

Important: If you want to run visual regression test (see the next section), then you should have jekyll installed.

Are there any tests of the flexbox grid?

For proving that flexbox grid works the same as normal version of Bootstrap Grid:

  • Check if you have install Jekyll & Rouge installed. Otherwise install them.
  • Run: npm install (now you have all dependencies installed).
  • Run: grunt vr-test (It will run visual regression tests with CasperJs and SlimerJS.
  • Everything is fine? That is good :)

About

This is a fork of Bootstrap with additionally provided Flexbox Grid.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 50.6%
  • JavaScript 48.0%
  • Python 1.1%
  • Other 0.3%