发布于 2014-10-26 23:57:20 | 141 次阅读 | 评论: 0 | 来源: 网友投递

这里有新鲜出炉的精品教程,程序狗速度看过来!

Less CSS CSS预处理器

Less 是一个Css 预编译器,意思指的是它可以扩展Css语言,添加功能如允许变量(variables),混合(mixins),函数(functions) 和许多其他的技术,让你的Css更具维护性,主题性,扩展性。


Less CSS 2.0.0-b2 发布,此版本现已提供下载,更新内容如下:

  • Imports are now sequenced and so are consistent (previously some complex projects might end up with occasional different orderings)

  • Imports with variables are better supported - variables can be specified in sub imports

  • Support for rebeccapurple

  • Browser can now accept options as attributes on the script tag and the link tags e.g. <script data-verbose="false" src="less.js"...

  • adding a .less file extension is done in the abstract file manager so it the behaviour can be overridden by certain file managers

  • Fixed a bug where unquoted urls beginning // e.g. url(//file/file.less) would be incorrectly interpreted (bug introduced in b-1)

  • lessc plugins can be a function, used as a constructor as well as an object - this to allow the plugin more flexibility to be used programattically

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

Less 是一个Css 预编译器,意思指的是它可以扩展Css语言,添加功能如允许变量(variables),混合(mixins),函数(functions) 和许多其他的技术,让你的Css更具维护性,主题性,扩展性。

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

 



历史版本 :
Less.js 2.7.1 发布,CSS 预处理器
Less.js 2.6.1 发布,CSS 预处理器
Less.js 2.6.0 发布,CSS 预处理器
Less.js 2.5.3 发布,CSS 预处理器
Less.js 2.5.2 发布,CSS 预处理器
Less.js 2.5.1 发布,CSS 预处理器
Less.js 2.5.0 发布,CSS预处理器
Less.js 2.4.0 发布,CSS 预处理器
Less CSS 2.3.1 发布,CSS 预处理器
Less CSS 2.2.0 发布,CSS 预处理器
Less CSS 2.1.2 发布,CSS 预处理器
Less CSS 2.1.1 发布,CSS 预处理器
最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务