我在尝试编译(lessc bootswatch.less > bootstrap.css
)干净安装Bootswatch时遇到此错误:
[...]错误评估函数
fadein
:对象#没有方法'toHSL'(Less :: Parse Error)。
它上周正在运作..
答案 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