发布于 2014-09-20 23:55:06 | 182 次阅读 | 评论: 0 | 来源: 网友投递
SASS CSS框架
SASS是一种CSS的开发工具,提供了许多便利的写法,大大节省了设计者的时间,使得CSS的开发,变得简单和可维护。
Sass 3.4.5 发布了,主要是 bug 修复,包括:
Fix sass-convert --recursive
.
When using sass --watch
, imported stylesheets within the working directory will be watched for changes. This matches the behavior of Sass 3.3.
Set exit code 65, indicating a data error, when the compiler fails due to a Sass error.
Sass 扩展了 CSS3,增加了规则、变量、混入、选择器、继承等等特性。Sass 生成良好格式化的 CSS 代码,易于组织和维护。