diff options
| author | Julius Graakjær Grantzau <[email protected]> | 2012-03-29 14:56:53 +0300 |
|---|---|---|
| committer | Julius Graakjær Grantzau <[email protected]> | 2012-03-29 14:56:53 +0300 |
| commit | 6564afbe7314d8bccdf202d3e4d9c02a070d6f96 (patch) | |
| tree | f8c89ae7024af8aa4e179169b33aeb64994d1129 | |
| parent | d335adf644b213a5ebc9cee3f37f781ad55194ef (diff) | |
| download | bootstrap-6564afbe7314d8bccdf202d3e4d9c02a070d6f96.tar.xz bootstrap-6564afbe7314d8bccdf202d3e4d9c02a070d6f96.zip | |
Renaming @gridColumnGutter to @gridGutterWidth
| -rw-r--r-- | less/mixins.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/mixins.less b/less/mixins.less index 0074e8924..158917c00 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -290,7 +290,7 @@ } // CSS3 Content Columns -.content-columns(@columnCount, @columnGap: @gridColumnGutter) { +.content-columns(@columnCount, @columnGap: @gridGutterWidth) { -webkit-column-count: @columnCount; -moz-column-count: @columnCount; column-count: @columnCount; |
