Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2014-12-05 08:02:04 +0300
committerMark Otto <markdotto@gmail.com>2014-12-05 08:02:04 +0300
commita1a3a007b6c83b6142c47379d7c3e754deaf8193 (patch)
tree04f73b40d3a2f9de5bb998a44546ce4df2d38602 /scss/_grid.scss
parent156750941b013f700c7338a81184c58b6fd7e9f0 (diff)
tweak grid docs, add new tier
Diffstat (limited to 'scss/_grid.scss')
-rw-r--r--scss/_grid.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/scss/_grid.scss b/scss/_grid.scss
index 57a2dd0063..6374d77def 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);
+}