Sass 3.4.22 发布,CSS 框架_html/css_WEB-ITnose
更新:
-
Sass now runs without warnings when running ruby with code style warnings enabled.
-
Sass no longer watches the current working directory unless it is on the load path or the files being compiled are in the current working directory. This was causing performance issues for users with large numbers of files in their project directory. Issue #1562 , Issue #1966 , Issue #2006 .
-
sass-convert now accepts a -q and --quiet option to disable ouput while it is running.
-
Fixed a bug in sass-convert when recursively processing CSS files into Sass files which caused the process to crash without processing any files. Issue #1827
弃用——重要!
-
Support for Ruby 1.8.7 and 1.9.3 is deprecated. See this blog post for details.
-
The current handling of CSS variables is deprecated. In order to support the CSS spec as fully as possible, no Sass-specific constructs other than #{} will be supported in CSS variable values. For forwards-compatibility, any SassScript being used in CSS variables must be moved into #{} .
详情: changelog
下载: 3.4.22
推荐阅读
-
前端编码规范(4)-- CSS 和 Sass (SCSS) 规范_html/css_WEB-ITnose
-
Git 项目推荐 | Go 语言编写的 web 完全开发框架_html/css_WEB-ITnose
-
Foundation 6 – 先进的响应式的前端开发框架_html/css_WEB-ITnose
-
文本编辑软件 Atom 1.5.0 已经发布_html/css_WEB-ITnose
-
Java web求一个新闻发布页面_html/css_WEB-ITnose
-
CSS 强化装备!Sass 整理笔记_html/css_WEB-ITnose
-
求一个css框架_html/css_WEB-ITnose
-
强悍的CSS工具组合:Blueprint, Sass, Compass_html/css_WEB-ITnose
-
frame框架_html/css_WEB-ITnose
-
css扩展技术:Less和Sass的区别_html/css_WEB-ITnose