mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-22 15:30:23 +00:00
remove @gridRowWidth var since we don't use it anywhere
This commit is contained in:
parent
b67a2d8a59
commit
5c5310dc87
1 changed files with 0 additions and 1 deletions
|
|
@ -197,7 +197,6 @@
|
|||
@gridColumns: 12;
|
||||
@gridColumnWidth: 60px;
|
||||
@gridGutterWidth: 20px;
|
||||
@gridRowWidth: (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1));
|
||||
|
||||
|
||||
// Fluid grid
|
||||
|
|
|
|||
Loading…
Reference in a new issue