mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-29 21:52:22 +01:00
Renaming @gridColumnGutter to @gridGutterWidth
This commit is contained in:
parent
d335adf644
commit
6564afbe73
@ -290,7 +290,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// CSS3 Content Columns
|
// CSS3 Content Columns
|
||||||
.content-columns(@columnCount, @columnGap: @gridColumnGutter) {
|
.content-columns(@columnCount, @columnGap: @gridGutterWidth) {
|
||||||
-webkit-column-count: @columnCount;
|
-webkit-column-count: @columnCount;
|
||||||
-moz-column-count: @columnCount;
|
-moz-column-count: @columnCount;
|
||||||
column-count: @columnCount;
|
column-count: @columnCount;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user