Bootswatch.less编译错误

时间:2014-11-05 15:50:44

标签: twitter-bootstrap less bootswatch

我在尝试编译(lessc bootswatch.less > bootstrap.css)干净安装Bootswatch时遇到此错误:

  

[...]错误评估函数fadein:对象#没有方法'toHSL'(Less :: Parse Error)。

它上周正在运作..

1 个答案:

答案 0 :(得分:0)

另见less undefined method error

bootswatch文件应该与Bootstrap一起编译。因此,创建一个index.less文件,其中包含以下代码:

@import "bootstrap.less"; //from the Bootstrap source code
@import "variables.less"; //from your bootswatch theme
@import "bootswatch.less";

然后编译该文件:lessc index.less > bootstrap.css