diff options
| author | Mark Otto <[email protected]> | 2013-08-12 11:52:51 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-12 11:52:51 -0700 |
| commit | abedd38c5b4f7f9e9abfd7528b9e7679cbd46fc2 (patch) | |
| tree | 222325a4d319c59b30f58d32fcc8d158faaed9c5 /less | |
| parent | a09531a40e8d892b49e5b3b630fa53f1926a4286 (diff) | |
| download | bootstrap-abedd38c5b4f7f9e9abfd7528b9e7679cbd46fc2.tar.xz bootstrap-abedd38c5b4f7f9e9abfd7528b9e7679cbd46fc2.zip | |
update grid xs mixin and update docs to match new mixins
Diffstat (limited to 'less')
| -rw-r--r-- | less/mixins.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/mixins.less b/less/mixins.less index d6162f374..24bce6bbf 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -469,8 +469,8 @@ } } -// Generate the default columns -.make-column(@columns; @gutter: @grid-gutter-width) { +// Generate the extra small columns +.make-xs-column(@columns; @gutter: @grid-gutter-width) { position: relative; float: left; // Prevent columns from collapsing when empty |
