发布于 2015-02-01 00:55:42 | 207 次阅读 | 评论: 0 | 来源: 网友投递
SASS CSS框架
SASS是一种CSS的开发工具,提供了许多便利的写法,大大节省了设计者的时间,使得CSS的开发,变得简单和可维护。
Sass 3.4.11 发布,改进内容包括:
Parent selectors used both outside and inside a pseudo selector (e.g. &:not(&--foo)
) now compile correctly.
Interpolation in a multiline indented-syntax selector is no longer omitted.
Add a stack trace to the unquote()
deprecation warning.
When converting a space-separated list with sass-convert
, add parentheses when they make it easier to read even if they aren't strictly required.
同时该版本废弃了:
Compiling directories on the command line without using either--watch
or --update
is deprecated. This only worked inconsistently before.
SASS是一种CSS的开发工具,提供了许多便利的写法,大大节省了设计者的时间,使得CSS的开发,变得简单和可维护。
Sass 扩展了 CSS3,增加了规则、变量、混入、选择器、继承等等特性。Sass 生成良好格式化的 CSS 代码,易于组织和维护。