diff options
| author | Mark Otto <[email protected]> | 2014-12-04 21:02:04 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-12-04 21:02:04 -0800 |
| commit | a1a3a007b6c83b6142c47379d7c3e754deaf8193 (patch) | |
| tree | 04f73b40d3a2f9de5bb998a44546ce4df2d38602 /scss/_grid.scss | |
| parent | 156750941b013f700c7338a81184c58b6fd7e9f0 (diff) | |
| download | bootstrap-a1a3a007b6c83b6142c47379d7c3e754deaf8193.tar.xz bootstrap-a1a3a007b6c83b6142c47379d7c3e754deaf8193.zip | |
tweak grid docs, add new tier
Diffstat (limited to 'scss/_grid.scss')
| -rw-r--r-- | scss/_grid.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/scss/_grid.scss b/scss/_grid.scss index 57a2dd006..6374d77de 100644 --- a/scss/_grid.scss +++ b/scss/_grid.scss @@ -82,3 +82,12 @@ @include media-lg { @include make-grid(lg); } + + +// Large grid +// +// Columns, offsets, pushes, and pulls for the large desktop device range. + +@include media-lg { + @include make-grid(xl); +} |
