发布于 2015-08-22 23:56:09 | 156 次阅读 | 评论: 0 | 来源: 网友投递
SASS CSS框架
SASS是一种CSS的开发工具,提供了许多便利的写法,大大节省了设计者的时间,使得CSS的开发,变得简单和可维护。
Sass 3.4.17 发布,此版本更新内容如下:
Allow passing calc values to rgb/hsl color constructors.
The source map end character for lists now correctly uses the end of the list instead of the end of the first element in the list.
Fix up some edge cases where extra semicolons could be added to unknown directives in compressed mode.
If you try to do a stupid color operation with a stupid value, the error message will now be less stupid than it was.
Make is-superselector("a > c d", "a > b c d")
return false
. This also fixes some related @extend
behavior.
A /
in a parenthesized list is consistently treated as a plain /
unless it meets the criteria for being treated as division.
In sass-convert
, ensure that literal /
es are preserved.
下载:https://github.com/sass/sass/archive/3.4.17.zip。
SASS是一种CSS的开发工具,提供了许多便利的写法,大大节省了设计者的时间,使得CSS的开发,变得简单和可维护。