Skip to content

Commit 6d4867e

Browse files
committed
remove commented out width
1 parent 56fe54d commit 6d4867e

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

docs/assets/bootstrap.zip

0 Bytes
Binary file not shown.

less/mixins.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,6 @@
568568
.spanX (0) {}
569569

570570
.span (@columns) {
571-
//width: 1% * (@fluidGridColumnWidth * @columns) + (@fluidGridGutterWidth * (@columns - 1));
572571
width: (@fluidGridColumnWidth * @columns) + (@fluidGridGutterWidth * (@columns - 1));
573572
}
574573

0 commit comments

Comments
 (0)