Bootstrap ParseError:mixins.less中的第648行语法错误:648:25 647

时间:2014-01-31 08:44:23

标签: twitter-bootstrap less twitter-bootstrap-3 twitter-recess

更新到Bootstrap 3.1.0后,编译较少文件时出现此错误:

  

ParseError:mixins.less中的第648行语法错误:648:25 647

padding-right: (@grid-gutter-width / 2); 648   &:extend(.clearfix all); 649 }

我使用凹版,版本:1.1.9。我该如何解决?

2 个答案:

答案 0 :(得分:8)

如果您正在使用grunt-recess,则需要将其修改为grunt-contrib-less,according to the release blogpost

  

对于我们的编译器,我们已经从Recess切换到grunt-contrib-less,使我们可以访问Less 1.6.x(而不是使用Recess的1.3.x)。

答案 1 :(得分:5)

您必须更新到更新(对于Bootstrap 3.1和更新版本)

对于那些使用咕噜声的人来说,这是一个神奇的

npm update --save

如果更新npm依赖项的问题,请参阅How do I update each dependency in package.json to the latest version?