Less CSS 2.1.1 发布了,改进记录包括:
Improved keyword and anonymous usage with the replace function
Added getCSSAppendage to sourcemap builder to avoid duplication in plugins
Fix problem with plugins when used with the promises version of render
If the render callback throws an exception it now propogates instead of calling the callback again with an error
下载地址:https://github.com/less/less.js/archive/v2.1.0.zip
Less CSS 是一个使用广泛的 CSS 预处理器,通过简单的语法和变量对 CSS 进行扩展,可减少很多 CSS 的代码量。
LESS 将 CSS 赋予了动态语言的特性,如 变量, 继承, 运算, 函数. LESS 既可以在 客户端 上运行 (支持IE 6+, Webkit, Firefox),也可一在服务端运行 (借助 Node.js).
来自:开源中国社区

