【发布时间】:2014-12-25 00:53:04
【问题描述】:
在编译 Twitter 的 Bootstrap 2.3.2 时。使用 Less 2 我发现以下错误:
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 }
我该如何解决这个问题?
【问题讨论】:
标签: twitter-bootstrap less twitter-bootstrap-2