Skip to content

Commit

Permalink
Updated to v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m-spyratos committed Apr 18, 2018
1 parent f591eb6 commit f7fb63b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
# Bootstrap 4 Grid System (Flex)

Bootstrap v4.0.0 grid system and layout utilities.
Bootstrap v4.1.0 grid system and layout utilities.

## What's Included

* [Grid](https://getbootstrap.com/docs/4.0/layout/grid/)
* [Layout Utilities](https://getbootstrap.com/docs/4.0/layout/utilities-for-layout/)
* [Grid](https://getbootstrap.com/docs/4.1/layout/grid/)
* [Layout Utilities](https://getbootstrap.com/docs/4.1/layout/utilities-for-layout/)

## Why?

Here's what you get that Bootstrap 4 currently doesn't provide out of the box:

* [Grid Equal-Width Multi-Row](https://getbootstrap.com/docs/4.0/layout/grid/#equal-width-multi-row)
* [Sizing Utility](https://getbootstrap.com/docs/4.0/utilities/sizing/)
* [Display Utility](https://getbootstrap.com/docs/4.0/utilities/display/)
* [Spacing Utility](https://getbootstrap.com/docs/4.0/utilities/spacing/)
* [Visibility Utility](https://getbootstrap.com/docs/4.0/utilities/visibility/)
* [Grid Equal-Width Multi-Row](https://getbootstrap.com/docs/4.1/layout/grid/#equal-width-multi-row)
* [Sizing Utility](https://getbootstrap.com/docs/4.1/utilities/sizing/)
* [Display Utility](https://getbootstrap.com/docs/4.1/utilities/display/)
* [Spacing Utility](https://getbootstrap.com/docs/4.1/utilities/spacing/)
* [Visibility Utility](https://getbootstrap.com/docs/4.1/utilities/visibility/)

If you don't need any of the above, Bootstrap 4 already includes a grid only version with its
[Bootstrap CSS and JS](https://getbootstrap.com/docs/4.0/getting-started/download/#compiled-css-and-js) bundle.
[Bootstrap CSS and JS](https://getbootstrap.com/docs/4.1/getting-started/download/#compiled-css-and-js) bundle.

## How to Use
Sass and CSS files are ready to be used in your project.
Expand Down Expand Up @@ -95,7 +95,7 @@ grunt browser

### Change Grid Options

Open `scss/grid.scss` and change the [default options](https://getbootstrap.com/docs/4.0/layout/grid/#customizing-the-grid).
Open `scss/grid.scss` and change the [default options](https://getbootstrap.com/docs/4.1/layout/grid/#customizing-the-grid).
Then, run:

````
Expand Down

0 comments on commit f7fb63b

Please sign in to comment.