内容简介:Less.js 发布了 3.0 正式版,该版本改进内容包括: Fix calc() function to not do math operations on compile Rename Directive -> AtRule & Rule -> Declaration Cross-platform @plugin loading! (Node ...
Less.js 发布了 3.0 正式版,该版本改进内容包括:
Fix
calc()
function to not do math operations on compileRename Directive -> AtRule & Rule -> Declaration
Cross-platform
@plugin
loading! (Node & Browser)Numerous changes / improvements to plugin architecture
Simplified API calls in plugins (
less.atrule()
vsnew less.tree.AtRule()
)Property accessors (
$width
to refer towidth: 300px
value)Inline JavaScript disabled by default for security reasons (use
@plugin
)Improvements in Less error reporting
Added feature: returning
null
/false
from Less functions will remove that lineSimple
boolean()
andif()
functions addedBug fixes
Removal of unnecessary nodes from API (like IE's
alpha()
)
Less CSS 是一个使用广泛的 CSS 预处理器,通过简单的语法和变量对 CSS 进行扩展,可减少很多 CSS 的代码量。
LESS 将 CSS 赋予了动态语言的特性,如 变量, 继承, 运算, 函数. LESS 既可以在 客户端 上运行 (支持IE 6+, Webkit, Firefox),也可一在服务端运行 (借助 Node.js).
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《Less.js 3.0 正式版发布,可能是最受欢迎的 CSS 框架》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- PHP 框架 CodeIgniter 4.0 正式版发布了!
- [译] PHP 框架 CodeIgniter 4 正式版发布了
- Angular 4.2.0 正式版发布,Web 前端框架
- QMUI Android UI 框架发布 1.0 正式版
- Angular 5.1.0 正式版发布,Web 前端框架
- WebMIS 1.0.0 正式版,全栈开发基础框架
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Head Rush Ajax
Brett McLaughlin、Eric Freeman、Elisabeth Freeman / O'Reilly Media, Inc. / 2006-03-01 / USD 34.99
Ajax, or Asynchronous JavaScript and XML, is a term describing the latest rage in web development. Ajax is used to create interactive web applications with XML-based web services, and using JavaScript......一起来看看 《Head Rush Ajax》 这本书的介绍吧!