1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 16:50:00 +02:00

tweak grid docs, add new tier

This commit is contained in:
Mark Otto
2014-12-04 21:02:04 -08:00
parent 156750941b
commit a1a3a007b6
11 changed files with 680 additions and 102 deletions

View File

@@ -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);
}