NameError: #grid > .core > .span is undefined in /home/bootstrap-2.3.2/less/navbar.less on line 199,column 3: 198 .navbar-fixed-bottom .container { 199 #grid > .core > .span(@gridColumns); 200 }
我如何解决这个问题?
#grid { .core { .span(@gridColumns) { width: (@gridColumnWidth * @gridColumns) + (@gridGutterWidth * (@gridColumns - 1)); } } };
这对我们更好,因为我们避免修补contrib包。