From abedd38c5b4f7f9e9abfd7528b9e7679cbd46fc2 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 12 Aug 2013 11:52:51 -0700 Subject: update grid xs mixin and update docs to match new mixins --- less/mixins.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'less') 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 -- cgit v1.2.3