1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 Less CSS 2.1.0 发布,CSS 预处理器 下载

本帖由 漂亮的石头2014-11-24 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    486,020
    赞:
    46
    Less CSS 2.1.0 发布了,改进内容包括:


    • Fixed isSync option, it was using sync file operations but promises are guaranteed to call back async. We now support promises as a feature rather than the 1st class way of doing things.


    • Browser code is now synchronous again, like in v1, meaning it blocks the site until less is compiled


    • Some fixes for variable imports which affected filemanagers when synchronous


    • Fixed lessc makefile dependencies option


    • output now reports back a imports field with an array of imported files


    • relative path test for drive names (so windows only) is now case insensitive


    • Fix for IE7 - use getChar instead of indexing array


    • variables using !important now output !important, which bubbles up to affect the rule


    • livereload cache buster is now treated specially


    • upgrade dependencies

    Less CSS 是一个使用广泛的 CSS 预处理器,通过简单的语法和变量对 CSS 进行扩展,可减少很多 CSS 的代码量。

    LESS 将 CSS 赋予了动态语言的特性,如 变量, 继承, 运算, 函数. LESS 既可以在 客户端 上运行 (支持IE 6+, Webkit, Firefox),也可一在服务端运行 (借助 Node.js).

    [​IMG]
    Less CSS 2.1.0 发布,CSS 预处理器下载地址
     
正在加载...