发布于 2017-07-16 00:19:54 | 147 次阅读 | 评论: 0 | 来源: 网友投递
SASS CSS框架
SASS是一种CSS的开发工具,提供了许多便利的写法,大大节省了设计者的时间,使得CSS的开发,变得简单和可维护。
Sass 3.5.0 和 3.5.1 已发布。
有如下更新:
3.5.1 (13 July 2017)
使用 listen
gem 包时,避免冲突
3.5.0 (12 July 2017)
Default to ten digits of numeric precision.
Combine ids and :root
when unifying selectors with @extend
and selector functions.
It's no longer an error to @extend
a selector that exists in the stylesheet, but for which unification fails.
Add a $weight
parameter to invert()
.
The last argument in an argument list can now have a trailing comma.
Allow var()
to be passed to rgb()
, rgba()
, hsl()
, and hsla()
.
Add support for the ::slotted()
pseudo-element.
不向后兼容 —— 必读!
为了更好地对应于 CSS 规范,处理 CSS 变量的方式已更改。它们不再允许它们的值出现任意的 SassScript;相反,属性值中的几乎所有文本都不变地传递到 CSS。唯一的例外是 #{}
,它将像以前一样注入一个 SassScript 值。